Available in: | moftpd 1.1- |
---|---|
Allowed in: | <Server> |
Inherited: | no |
Arguments: | string, string |
Description: | Do we accept TLS/SSL. This is initiated by the AUTH TLS command. The parameters are the files containing the server certificate and the private key. Both must be in PEM format. If you don't put an absolute path they'll be relative to the TrustedCertsDir. |
Example: | AcceptTLS "cert.pem", "key.pem" |
See also: | AllowSecLogin, TrustedCertsDir, TLSVerifyClient |