]> 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 c7b662674e538db6f388719301175bc44a0ecf0f..5e7405fa80a22880ea76d60a1a13c7b7676e20c7 100644 (file)
@@ -4,16 +4,16 @@ LoadModule mod_tls.c
 TLSEngine on
 
 # Specify TLS/SSL log
-TLSLog /var/log/ftp.tls.log
+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