Merge branch 'aw/doc-smtp-ssl-cert-path'

A long overdue documentation update to match an age-old code
update.

* aw/doc-smtp-ssl-cert-path:
  correct smtp-ssl-cert-path description
maint
Junio C Hamano 2015-01-14 12:33:50 -08:00
commit 8128835f91
1 changed files with 9 additions and 4 deletions

View File

@ -214,10 +214,15 @@ must be used for each option.
Legacy alias for '--smtp-encryption ssl'. Legacy alias for '--smtp-encryption ssl'.


--smtp-ssl-cert-path:: --smtp-ssl-cert-path::
Path to ca-certificates (either a directory or a single file). Path to a store of trusted CA certificates for SMTP SSL/TLS
Set it to an empty string to disable certificate verification. certificate validation (either a directory that has been processed
Defaults to the value set to the 'sendemail.smtpsslcertpath' by 'c_rehash', or a single file containing one or more PEM format
configuration variable, if set, or `/etc/ssl/certs` otherwise. certificates concatenated together: see verify(1) -CAfile and
-CApath for more information on these). Set it to an empty string
to disable certificate verification. Defaults to the value of the
'sendemail.smtpsslcertpath' configuration variable, if set, or the
backing SSL library's compiled-in default otherwise (which should
be the best choice on most platforms).


--smtp-user=<user>:: --smtp-user=<user>::
Username for SMTP-AUTH. Default is the value of 'sendemail.smtpuser'; Username for SMTP-AUTH. Default is the value of 'sendemail.smtpuser';