mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
4bd1634f82
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.
|
||
---|---|---|
.. | ||
development.rb | ||
production.rb | ||
staging.rb | ||
test.rb |