Fixing TLS for proftpd : CertificateFile IS REQUIRED for TLS to work

This commit is contained in:
Benjamin Sonntag 2008-08-11 10:19:29 +00:00
parent b1b87e06f4
commit 6cae26d956
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ RequireValidShell off
TLSRSACertificateKeyFile /etc/apache-ssl/apache.pem
TLSRSACertificateFile /etc/apache-ssl/apache.pem
TLSEngine on
# Use the IANA registered ephemeral port range
# If you have a firewall, you should open this portrange
# (or change it)
# since ip_conntrack_ftp cannot decrypt TLS session.
PassivePorts 49152 65534
<Directory /*>
DenyAll