Skip to content

Commit 96e5b72

Browse files
AdityaGarg8gitster
authored andcommitted
docs: link OpenSSL's verify(1) manual page to know about -CAfile and -CApath options
The description of `--smtp-ssl-cert-path` in the git-send-email documentation mentions consulting OpenSSL's verify(1) manual page for details about the `-CAfile` and `-CApath` options. However, the way it was written was quite confusing, and it didn't mention that OpenSSL's verify(1) is the manual page to refer to. Fix this by slightly rewording the description and also add a link to the OpenSSL verify(1) manual page. Signed-off-by: Aditya Garg <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cf6f63e commit 96e5b72

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Documentation/git-send-email.adoc

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,14 @@ must be used for each option.
280280
Path to a store of trusted CA certificates for SMTP SSL/TLS
281281
certificate validation (either a directory that has been processed
282282
by `c_rehash`, or a single file containing one or more PEM format
283-
certificates concatenated together: see verify(1) -CAfile and
284-
-CApath for more information on these). Set it to an empty string
285-
to disable certificate verification. Defaults to the value of the
286-
`sendemail.smtpSSLCertPath` configuration variable, if set, or the
287-
backing SSL library's compiled-in default otherwise (which should
288-
be the best choice on most platforms).
283+
certificates concatenated together: see the description of the
284+
`-CAfile` _<file>_ and the `-CApath` _<dir>_ options of
285+
https://docs.openssl.org/master/man1/openssl-verify/
286+
[OpenSSL's verify(1) manual page] for more information on these).
287+
Set it to an empty string to disable certificate verification.
288+
Defaults to the value of the `sendemail.smtpSSLCertPath` configuration
289+
variable, if set, or the backing SSL library's compiled-in default
290+
otherwise (which should be the best choice on most platforms).
289291

290292
--smtp-user=<user>::
291293
Username for SMTP-AUTH. Default is the value of `sendemail.smtpUser`;

0 commit comments

Comments
 (0)