summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-01-14 14:01:34 -0800
committerJunio C Hamano <gitster@pobox.com>2015-01-14 14:01:34 -0800
commite8acc8e653f506bde001386e7a7b2523b85b6aac (patch)
tree4c28ea3b7b82c171b41c416f2d2a2a8d0636b910 /git-send-email.html
parent629edffc595fbc63ec34137cf469c03566f878e5 (diff)
downloadgit-htmldocs-e8acc8e653f506bde001386e7a7b2523b85b6aac.tar.gz
Autogenerated HTML docs for v2.3.0-rc0-42-g563d4
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html15
1 files changed, 10 insertions, 5 deletions
diff --git a/git-send-email.html b/git-send-email.html
index a576c5332..ba4fd5aa1 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -1059,10 +1059,15 @@ must be used for each option.</p></div>
</dt>
<dd>
<p>
- Path to ca-certificates (either a directory or a single file).
- Set it to an empty string to disable certificate verification.
- Defaults to the value set to the <em>sendemail.smtpsslcertpath</em>
- configuration variable, if set, or <code>/etc/ssl/certs</code> otherwise.
+ Path to a store of trusted CA certificates for SMTP SSL/TLS
+ certificate validation (either a directory that has been processed
+ by <em>c_rehash</em>, or a single file containing one or more PEM format
+ 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
+ <em>sendemail.smtpsslcertpath</em> configuration variable, if set, or the
+ backing SSL library&#8217;s compiled-in default otherwise (which should
+ be the best choice on most platforms).
</p>
</dd>
<dt class="hdlist1">
@@ -1458,7 +1463,7 @@ $ git send-email outgoing/*</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-01-07 14:45:17 PST
+Last updated 2015-01-14 14:00:12 PST
</div>
</div>
</body>