bundles/sshmon: new issuer hash for letsencrypt
This commit is contained in:
parent
a472ca4657
commit
b2028855d1
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ crit_days=30
|
||||||
case "$issuer_hash" in
|
case "$issuer_hash" in
|
||||||
# 4f06f81d: issuer=C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3
|
# 4f06f81d: issuer=C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3
|
||||||
# 8d33f237: issuer=C = US, O = Let's Encrypt, CN = R3
|
# 8d33f237: issuer=C = US, O = Let's Encrypt, CN = R3
|
||||||
4f06f81d|8d33f237)
|
# 462422cf: issuer=C = US, O = Let's Encrypt, CN = E5
|
||||||
|
4f06f81d|8d33f237|462422cf)
|
||||||
warn_days=10
|
warn_days=10
|
||||||
crit_days=3
|
crit_days=3
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue