]> git.pld-linux.org Git - packages/proftpd.git/blob - proftpd-mod_tls.conf
- need full paths
[packages/proftpd.git] / proftpd-mod_tls.conf
1 # $Id$
2 LoadModule      mod_tls.c
3
4 # These are the TLS related options, default values
5 TLSRSACertificateFile           /etc/ftpd/ftpd-rsa.pem
6 TLSRSACertificateKeyFile        /etc/ftpd/ftpd-rsa-key.pem
7 #TLSDSACertificateFile          /etc/ftpd/ftpd-dsa.pem
8 #TLSDSACertificateKeyFile       /etc/ftpd/ftpd-dsa-key.pem
9 #TLSCARevocationFile            /etc/ftpd/ftpd-crl.pem
10 #TLSDHParamFile                         /etc/ftpd/ftpd-dhparam.pem
11 #TLSCipherSuite                         ALL:!EXP
12 # don't verify any peer certificates
13 #TLSVerifyClient                        off
This page took 0.075582 seconds and 4 git commands to generate.