Fixing TLS for proftpd : CertificateFile IS REQUIRED for TLS to work
This commit is contained in:
parent
b1b87e06f4
commit
6cae26d956
|
@ -44,6 +44,12 @@ RequireValidShell off
|
||||||
TLSRSACertificateKeyFile /etc/apache-ssl/apache.pem
|
TLSRSACertificateKeyFile /etc/apache-ssl/apache.pem
|
||||||
TLSRSACertificateFile /etc/apache-ssl/apache.pem
|
TLSRSACertificateFile /etc/apache-ssl/apache.pem
|
||||||
TLSEngine on
|
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 /*>
|
<Directory /*>
|
||||||
DenyAll
|
DenyAll
|
||||||
|
|
Loading…
Reference in New Issue