aboutsummaryrefslogtreecommitdiffstats
path: root/doc/check-certificates.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-06-08 22:31:26 +0200
committerGravatar Christian Hesse <mail@eworm.de>2023-06-11 22:45:30 +0200
commita4354d762f6b2fa8959124307a2eb841d5b00391 (patch)
tree4a2e6c4d7a8ada591de0e5cc3fca868ef81c46e3 /doc/check-certificates.md
parent0b8588e6e812a270ac55bd82870e99a0fee01b07 (diff)
parent9a1f2deb57d0af76d8118035de91e313dfbe32e1 (diff)
Merge branch 'doc-copy-hint' into next
Diffstat (limited to 'doc/check-certificates.md')
-rw-r--r--doc/check-certificates.md4
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.