]> TLD Linux GIT Repositories - packages/proftpd.git/blobdiff - proftpd-mod_tls.conf
- include sample SSL certificates so SSL is working out of the box
[packages/proftpd.git] / proftpd-mod_tls.conf
index 99fe1c49938bec1e6369ca9f22586889fc4ca349..5e7405fa80a22880ea76d60a1a13c7b7676e20c7 100644 (file)
@@ -7,13 +7,13 @@ TLSEngine on
 TLSLog /var/log/proftpd/tls.log
 
 # Path to CA chain file
-TLSCACertificateFile /etc/ftpd/chain.pem
+#TLSCACertificateFile /etc/ftpd/CA.crt
 
 # Path to certificate file
-TLSRSACertificateFile /etc/ftpd/cert.pem
+TLSRSACertificateFile /etc/ftpd/server.crt
 
 # Path to certificate key file
-TLSRSACertificateKeyFile /etc/ftp/privkey.pem
+TLSRSACertificateKeyFile /etc/ftpd/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