SOURCES: proftpd-mod_tls.conf (NEW), proftpd.conf - tls options in...

glen glen at pld-linux.org
Sat Apr 29 16:50:52 CEST 2006


Author: glen                         Date: Sat Apr 29 14:50:52 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- tls options in separate config

---- Files affected:
SOURCES:
   proftpd-mod_tls.conf (NONE -> 1.1)  (NEW), proftpd.conf (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SOURCES/proftpd-mod_tls.conf
diff -u /dev/null SOURCES/proftpd-mod_tls.conf:1.1
--- /dev/null	Sat Apr 29 16:50:52 2006
+++ SOURCES/proftpd-mod_tls.conf	Sat Apr 29 16:50:47 2006
@@ -0,0 +1,13 @@
+# $Id$
+LoadModule	mod_tls.c
+
+# These are the TLS related options, default values
+#TLSRSACertificateFile		ftpd-rsa.pem
+#TLSRSACertificateKeyFile	ftpd-rsa-key.pem
+#TLSDSACertificateFile		ftpd-dsa.pem
+#TLSDSACertificateKeyFile	ftpd-dsa-key.pem
+#TLSCARevocationFile		ftpd-crl.pem
+#TLSDHParamFile			ftpd-dhparam.pem
+#TLSCipherSuite			ALL:!EXP
+# don't verify any peer certificates
+#TLSVerifyClient		off

================================================================
Index: SOURCES/proftpd.conf
diff -u SOURCES/proftpd.conf:1.13 SOURCES/proftpd.conf:1.14
--- SOURCES/proftpd.conf:1.13	Sat Apr 29 16:19:26 2006
+++ SOURCES/proftpd.conf	Sat Apr 29 16:50:47 2006
@@ -12,17 +12,6 @@
 # want to uncomment the next line
 #MultilineRFC2228		on
 
-# These are the TLS related options, default values
-#TLSRSACertificateFile		ftpd-rsa.pem
-#TLSRSACertificateKeyFile	ftpd-rsa-key.pem
-#TLSDSACertificateFile		ftpd-dsa.pem
-#TLSDSACertificateKeyFile	ftpd-dsa-key.pem
-#TLSCARevocationFile		ftpd-crl.pem
-#TLSDHParamFile			ftpd-dhparam.pem
-#TLSCipherSuite			ALL:!EXP
-# don't verify any peer certificates
-#TLSVerifyClient		off
-
 # Port 21 is the standard FTP port.
 Port				21
 # Umask 022 is a good standard umask to prevent new dirs and files
================================================================

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



More information about the pld-cvs-commit mailing list