git: Add configured SSL certificate for SMTP (#1833)
If you have a custom SSL certificate configured for SMTP TLS, git should use it.
This commit is contained in:
parent
69e2693342
commit
39e4991856
4 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
from = "hm@example.org"
|
||||
smtpEncryption = "tls"
|
||||
smtpServer = "smtp.example.org"
|
||||
smtpSslCertPath = "/etc/ssl/certs/ca-certificates.crt"
|
||||
smtpUser = "home.manager.jr"
|
||||
|
||||
[sendemail "hm@example.com"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue