doc/check-certificates: hint to copy from global-config

This commit is contained in:
Christian Hesse 2023-06-07 13:34:50 +02:00
parent e96b2e4853
commit 2ba93f61ac

View file

@ -34,6 +34,10 @@ in `global-config-overlay`, these are the parameters:
* `CertRenewUrl`: the url to download certificates from * `CertRenewUrl`: the url to download certificates from
* `CertWarnTime`: on what remaining time to warn via notification * `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 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 `CN.pem` (`PEM` format) or`CN.p12` (`PKCS#12` format). Alternatively any
subject alternative name (aka *Subject Alt Name* or *SAN*) can be used. subject alternative name (aka *Subject Alt Name* or *SAN*) can be used.