update letsencrypt hashes
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
f6eeda0235
commit
2ba4946975
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue