Update proftpd.conf.tmpl

This commit is contained in:
Sebastian Hugentobler 2016-10-31 18:35:05 +01:00 committed by GitHub
parent 893b4734cd
commit cabb478787

View File

@ -23,8 +23,8 @@ PassivePorts {{getenv "PASSIVE_LOWER_BOUND"}} {{getenv "PASSIVE_UPPER_BOUND"}}
TLSProtocol {{getenv "TLS_PROTOCOL" "TLSv1.2"}} TLSProtocol {{getenv "TLS_PROTOCOL" "TLSv1.2"}}
TLSRequired on TLSRequired on
TLSRSACertificateFile /etc/ssl/proftp/fullchain.pem TLSRSACertificateFile /etc/ssl/proftp/{{getenv "CERT_NAME" "fullchain.pem"}}
TLSRSACertificateKeyFile /etc/ssl/proftp/privkey.pem TLSRSACertificateKeyFile /etc/ssl/proftp/{{getenv "KEY_NAME" "privkey.pem"}}
TLSVerifyClient off TLSVerifyClient off
TLSServerCipherPreference on TLSServerCipherPreference on