bundles/sshmon: even more letsencrypt shenanigans

This commit is contained in:
Franzi 2024-07-12 18:45:43 +02:00
parent e4dfd17bb6
commit c348953611
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -20,7 +20,8 @@ case "$issuer_hash" in
# 4f06f81d: issuer=C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3
# 8d33f237: issuer=C = US, O = Let's Encrypt, CN = R3
# 462422cf: issuer=C = US, O = Let's Encrypt, CN = E5
4f06f81d|8d33f237|462422cf)
# 9aad238c: issuer=C = US, O = Let's Encrypt, CN = E6
4f06f81d|8d33f237|462422cf|9aad238c)
warn_days=10
crit_days=3
;;