Author: glen                         Date: Sat Apr 29 15:00:27 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't specify files by default, the cert files might not exist

---- Files affected:
SOURCES:
   proftpd-mod_tls.conf (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/proftpd-mod_tls.conf
diff -u SOURCES/proftpd-mod_tls.conf:1.2 SOURCES/proftpd-mod_tls.conf:1.3
--- SOURCES/proftpd-mod_tls.conf:1.2    Sat Apr 29 16:56:39 2006
+++ SOURCES/proftpd-mod_tls.conf        Sat Apr 29 17:00:21 2006
@@ -2,12 +2,16 @@
 LoadModule     mod_tls.c
 
 # These are the TLS related options, default values
-TLSRSACertificateFile          /etc/ftpd/ftpd-rsa.pem
-TLSRSACertificateKeyFile       /etc/ftpd/ftpd-rsa-key.pem
+#TLSRSACertificateFile         /etc/ftpd/ftpd-rsa.pem
+#TLSRSACertificateKeyFile      /etc/ftpd/ftpd-rsa-key.pem
+
 #TLSDSACertificateFile         /etc/ftpd/ftpd-dsa.pem
 #TLSDSACertificateKeyFile      /etc/ftpd/ftpd-dsa-key.pem
+
 #TLSCARevocationFile           /etc/ftpd/ftpd-crl.pem
 #TLSDHParamFile                                /etc/ftpd/ftpd-dhparam.pem
+
 #TLSCipherSuite                                ALL:!EXP
+
 # don't verify any peer certificates
 #TLSVerifyClient                       off
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/proftpd-mod_tls.conf?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to