diff options
author | Christian Hesse <mail@eworm.de> | 2023-04-06 15:19:23 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-04-07 23:36:09 +0200 |
commit | 96170950222dd4e63b7bd01c3db3298b902c4c87 (patch) | |
tree | 0d6417976839c11c7e6338758a7c2614d6e11b47 /doc/check-certificates.md | |
parent | 922dde3ff0ebaab70df8a8bfa402c1d19b624f51 (diff) |
check-certificates: try all SANs for downloadchange-98
Diffstat (limited to 'doc/check-certificates.md')
-rw-r--r-- | doc/check-certificates.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/check-certificates.md b/doc/check-certificates.md index 80f6aee..f295117 100644 --- a/doc/check-certificates.md +++ b/doc/check-certificates.md @@ -34,8 +34,9 @@ in `global-config-overlay`, these are the parameters: * `CertRenewUrl`: the url to download certificates from * `CertWarnTime`: on what remaining time to warn via notification -Certificates on the web server should be named `CN.pem` (`PEM` format) or -`CN.p12` (`PKCS#12` format). +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. Also notification settings are required for [e-mail](mod/notification-email.md), |