mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
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
Fab-Manager's documentations
Table of contents
- User's manual
- System administrator
2.1. Upgrades procedures - Translator's documentation
- Developer's documentation
4.1. Architecture
4.2. How to setup a development environment
4.3. Externals
4.4. Diagrams
User's manual
The following guide describes what you can do and how to use Fab-manager.
System administrator
The following guides are designed for the people that perform software maintenance.
Upgrades procedures
Translator's documentation
If you intend to translate Fab-manager to a new, or an already supported language, you'll find here the information you need.
Developer's documentation
The following guides should help those who want to contribute to the code.