diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ it will automatically be loaded and applied if valid. `fullchain.pem` and `privkey.pem` files. The correct certificate is selected automatically by subject (`CN`). Pointing this directly at `/etc/letsencrypt/live` is possible. (string or list of strings) + - `cert_fallback`: Path to a single directory containing a key-cert pair that + is used when no other certificate seems appropriate. This is useful for + testing locally with a self-signed subjectless certificate. (optional string) - **section `limits`** - Note: Make sure you do not exceed the maximum file descriptor limit on your |