update letsencrypt hashes
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Sophie Schiller 2021-01-06 13:18:44 +01:00
parent f6eeda0235
commit 2ba4946975

View file

@ -17,8 +17,9 @@ warn_days=60
crit_days=30 crit_days=30
case "$issuer_hash" in case "$issuer_hash" in
# 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
4f06f81d) # 8d33f237: issuer=C = US, O = Let's Encrypt, CN = R3
4f06f81d|8d33f237)
warn_days=10 warn_days=10
crit_days=3 crit_days=3
;; ;;