diff options
author | Dmitry Azhichakov <dmitry@dsa.pp.ru> | 2015-02-13 10:33:55 +0300 |
---|---|---|
committer | Dmitry Azhichakov <dmitry@dsa.pp.ru> | 2015-02-13 10:33:55 +0300 |
commit | 3aaf292ba8c222003048e695bf9b9ec43191ff01 (patch) | |
tree | f2453bcaf4dd8f037288542cc747d11c8cc17d94 /conf | |
parent | 8a6c86644e6d73421e325c937916cefe7495bc38 (diff) | |
download | gitea-3aaf292ba8c222003048e695bf9b9ec43191ff01.tar.gz gitea-3aaf292ba8c222003048e695bf9b9ec43191ff01.zip |
Fix "forcing" client certificate for SMTP
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index e80d77a9ca..6a7c67ca07 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -105,6 +105,10 @@ SUBJECT = %(APP_NAME)s HOST = ; Do not verify the certificate of the server. Only use this for self-signed certificates SKIP_VERIFY = +; Use client certificate +; USE_CERTIFICATE = true +; CERT_FILE = custom/mailer/cert.pem +; KEY_FILE = custom/mailer/key.pem ; Mail from address, RFC 5322. This can be just an email address, or the "Name" <email@example.com> format FROM = ; Mailer user name and password |