mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-04 02:04:39 +02:00
check-certificates: try all SANs for download
This commit is contained in:
parent
922dde3ff0
commit
9617095022
4 changed files with 21 additions and 6 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue