]> TLD Linux GIT Repositories - packages/proftpd.git/blobdiff - proftpd-mod_tls.conf
- migrated configuration to /etc/proftpd
[packages/proftpd.git] / proftpd-mod_tls.conf
index 5e7405fa80a22880ea76d60a1a13c7b7676e20c7..8fdcd1596f8b7cfce5af84638e08a32b234d7d48 100644 (file)
@@ -7,13 +7,13 @@ TLSEngine on
 TLSLog /var/log/proftpd/tls.log
 
 # Path to CA chain file
-#TLSCACertificateFile /etc/ftpd/CA.crt
+#TLSCACertificateFile /etc/proftpd/CA.crt
 
 # Path to certificate file
-TLSRSACertificateFile /etc/ftpd/server.crt
+TLSRSACertificateFile /etc/proftpd/server.crt
 
 # Path to certificate key file
-TLSRSACertificateKeyFile /etc/ftpd/server.key
+TLSRSACertificateKeyFile /etc/proftpd/server.key
 
 # Define available TLS/SSL ciphers (allow only strong ones by default)
 TLSCipherSuite HIGH:!kDHd:!aNULL:!aDSS:!eNULL:!DES:!RC4:!RC2:!MD5:!SHA1:!SHA:!SSLv2:!SSLv3:!TLSv1:!TLSv1.1:!EXP:!EXPORT56:!LOW:!MEDIUM:!ADH:!DSS:!NULL