File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,10 +214,15 @@ must be used for each option.
214214 Legacy alias for '--smtp-encryption ssl'.
215215
216216--smtp-ssl-cert-path::
217- Path to ca-certificates (either a directory or a single file).
218- Set it to an empty string to disable certificate verification.
219- Defaults to the value set to the 'sendemail.smtpsslcertpath'
220- configuration variable, if set, or `/etc/ssl/certs` otherwise.
217+ Path to a store of trusted CA certificates for SMTP SSL/TLS
218+ certificate validation (either a directory that has been processed
219+ by 'c_rehash', or a single file containing one or more PEM format
220+ certificates concatenated together: see verify(1) -CAfile and
221+ -CApath for more information on these). Set it to an empty string
222+ to disable certificate verification. Defaults to the value of the
223+ 'sendemail.smtpsslcertpath' configuration variable, if set, or the
224+ backing SSL library's compiled-in default otherwise (which should
225+ be the best choice on most platforms).
221226
222227--smtp-user=<user>::
223228 Username for SMTP-AUTH. Default is the value of 'sendemail.smtpuser';
You can’t perform that action at this time.
0 commit comments