1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/config/environments
Tomoyuki Sakurai 4bd1634f82 bugfix: introduce SMTP_CA_FILE and SMTP_CA_PATH
allows users to configure path to trusted CA certificate file(s). the
defaults are `nil` as there is no agreement on default path.

possible paths for `SMTP_CA_FILE` include:

* `/etc/pki/tls/certs/ca-bundle.crt` (RedHat)
* `/etc/ssl/certs/ca-certificates.crt` (Debian and its variants)
* `/usr/local/etc/ssl/cert.pem` (FreeBSD)
* `/etc/ssl/cert.pem` (OpenBSD)

Ruby on Rails Guides, nor `mail` gem, documents these options.
4f56234f04/lib/mail/network/delivery_methods/smtp.rb (L144-L145)

fixes #354
2022-05-15 06:53:12 +07:00
..
development.rb Optimized multiple DB queries 2022-01-11 16:04:14 +01:00
production.rb bugfix: introduce SMTP_CA_FILE and SMTP_CA_PATH 2022-05-15 06:53:12 +07:00
staging.rb [bug] invalid currency in notifications for locales with region 2021-05-14 11:57:52 +02:00
test.rb [bug] invalid URL redirection for SSO login 2020-06-30 12:07:21 +02:00