maddy/docs/tutorials
fox.cpp 14505f4de1
config: Reload TLS server certificates once in a minute
Use of inotify and possibly other mechanisms poses portability risks.
Notably, "cross-platform" abstractions such as fsnotify library remove
access to certain features that are important to use it correctly in
some cases e.g. it is preferable to listen only for IN_CLOSE_WRITE on
Linux instead of IN_MODIFY to prevent races and unexpected failures.

Pooling approach avoids such problems by either running reload code at a
different time than actual renewal or retrying later if parse fails.
With certificates being renewed before expiry (e.g. 1 week before) delay
is not a signficiant problem.

Closes #160.
2020-01-02 19:12:10 +03:00
..
alias-to-remote.md docs: Add tutorials/alias-to-remote 2019-12-07 03:55:34 +03:00
manual-installation.md docs: Move the project documentation from GitHub Wiki 2019-12-06 22:56:47 +03:00
setting-up.md config: Reload TLS server certificates once in a minute 2020-01-02 19:12:10 +03:00