Update proftpd.conf.tmpl
This commit is contained in:
parent
893b4734cd
commit
cabb478787
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ PassivePorts {{getenv "PASSIVE_LOWER_BOUND"}} {{getenv "PASSIVE_UPPER_BOUND"}}
|
|||
TLSProtocol {{getenv "TLS_PROTOCOL" "TLSv1.2"}}
|
||||
TLSRequired on
|
||||
|
||||
TLSRSACertificateFile /etc/ssl/proftp/fullchain.pem
|
||||
TLSRSACertificateKeyFile /etc/ssl/proftp/privkey.pem
|
||||
TLSRSACertificateFile /etc/ssl/proftp/{{getenv "CERT_NAME" "fullchain.pem"}}
|
||||
TLSRSACertificateKeyFile /etc/ssl/proftp/{{getenv "KEY_NAME" "privkey.pem"}}
|
||||
|
||||
TLSVerifyClient off
|
||||
TLSServerCipherPreference on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue