diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-07 13:34:50 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-11 22:45:29 +0200 |
commit | 2ba93f61ac5616325709855a5337eb8c53dc2a72 (patch) | |
tree | 349c2f6da587ffde4e6161bbe2e4374cc90d2c59 /doc/check-certificates.md | |
parent | e96b2e485344d3447367a31400de0dd856759861 (diff) |
doc/check-certificates: hint to copy from global-config
Diffstat (limited to 'doc/check-certificates.md')
-rw-r--r-- | doc/check-certificates.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/check-certificates.md b/doc/check-certificates.md index 52f5e51..58151f3 100644 --- a/doc/check-certificates.md +++ b/doc/check-certificates.md @@ -34,6 +34,10 @@ in `global-config-overlay`, these are the parameters: * `CertRenewUrl`: the url to download certificates from * `CertWarnTime`: on what remaining time to warn via notification +> ℹ️ **Info**: Copy relevant configuration from +> [`global-config`](../global-config.rsc) (the one without `-overlay`) to +> your local `global-config-overlay` and modify it to your specific needs. + Certificates on the web server should be named by their common name, like `CN.pem` (`PEM` format) or`CN.p12` (`PKCS#12` format). Alternatively any subject alternative name (aka *Subject Alt Name* or *SAN*) can be used. |