]> git.ipfire.org Git - thirdparty/git.git/commit
docs: link OpenSSL's verify(1) manual page to know about -CAfile and -CApath options
authorAditya Garg <gargaditya08@live.com>
Mon, 30 Jun 2025 18:06:28 +0000 (18:06 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jun 2025 21:14:58 +0000 (14:14 -0700)
commit96e5b72d1a7ce8851cf8d1bdfc61f717c0a39407
treed60d23546e5dfe10241c1472c351f10c67fca45a
parentcf6f63ea6bf35173e02e18bdc6a4ba41288acff9
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 <gargaditya08@live.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.adoc