add tls config
This commit is contained in:
parent
78d4f972d1
commit
406b247a66
@ -18,6 +18,23 @@ PassivePorts {{getenv "PASSIVE_LOWER_BOUND"}} {{getenv "PASSIVE_UPPER_BOUND"}}
|
|||||||
DenyAll
|
DenyAll
|
||||||
</Limit>
|
</Limit>
|
||||||
|
|
||||||
|
<IfModule mod_tls.c>
|
||||||
|
TLSEngine on
|
||||||
|
TLSProtocol TLSv1.2
|
||||||
|
TLSRequired on
|
||||||
|
|
||||||
|
TLSRSACertificateFile /etc/ssl/proftp/fullchain.pem
|
||||||
|
TLSRSACertificateKeyFile /etc/ssl/proftp/provkey.pem
|
||||||
|
|
||||||
|
# CA the server trusts
|
||||||
|
TLSCACertificateFile /etc/ftpd/root.cert.pem
|
||||||
|
|
||||||
|
TLSVerifyClient off
|
||||||
|
TLSServerCipherPreference on
|
||||||
|
TLSSessionCache internal: 1800
|
||||||
|
TLSCipherSuite AES128+EECDH:AES128+EDH
|
||||||
|
</IfModule>
|
||||||
|
|
||||||
<IfModule mod_ldap.c>
|
<IfModule mod_ldap.c>
|
||||||
AuthOrder mod_ldap.c
|
AuthOrder mod_ldap.c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user