1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00
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
..
2021-06-14 13:49:38 +02:00
2021-06-08 09:44:34 +02:00
2021-06-11 15:17:59 +02:00
2021-06-08 09:44:34 +02:00
2020-05-11 17:17:37 +02:00
2020-06-22 11:56:49 +02:00
2021-05-19 18:12:52 +02:00
2021-10-22 16:50:18 +02:00
2021-10-22 16:50:18 +02:00
2022-01-10 15:56:01 +01:00
2020-03-25 17:58:53 +01:00

Fab-Manager's documentations

Table of contents
  1. User's manual
  2. System administrator
    2.1. Upgrades procedures
  3. Translator's documentation
  4. 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.

Architecture

How to setup a development environment

Externals

Diagrams