diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-19 03:14:34 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-19 03:14:34 +0200 |
commit | d06821468e9a6e0d62c4b1ced21b1290e7a5bc47 (patch) | |
tree | 0ef2cade2bfb6a24f2bb3e65b074df81afd5b5dd /readme.md | |
parent | 6c3524c381467483a025eda5e7e5f0ded53094fa (diff) | |
download | gnix-d06821468e9a6e0d62c4b1ced21b1290e7a5bc47.tar gnix-d06821468e9a6e0d62c4b1ced21b1290e7a5bc47.tar.bz2 gnix-d06821468e9a6e0d62c4b1ced21b1290e7a5bc47.tar.zst |
fallback cert
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 |