From 3ff7db7d6d743b7df7404645be8d6ee70b9dd437 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Thu, 3 Oct 2024 22:43:25 +0200 Subject: [PATCH] bundles/sshmon: more letsencrypt issuer hashes --- bundles/sshmon/files/check_https_certificate_at_url | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundles/sshmon/files/check_https_certificate_at_url b/bundles/sshmon/files/check_https_certificate_at_url index e9fb507..ce0f0ba 100644 --- a/bundles/sshmon/files/check_https_certificate_at_url +++ b/bundles/sshmon/files/check_https_certificate_at_url @@ -22,7 +22,8 @@ case "$issuer_hash" in # 462422cf: issuer=C = US, O = Let's Encrypt, CN = E5 # 9aad238c: issuer=C = US, O = Let's Encrypt, CN = E6 # 31dfb39d: issuer=C = US, O = Let's Encrypt, CN = R11 - 4f06f81d|8d33f237|462422cf|9aad238c|31dfb39d) + # aa578057: issuer=C = US, O = Let's Encrypt, CN = R10 + 4f06f81d|8d33f237|462422cf|9aad238c|31dfb39d|aa578057) warn_days=10 crit_days=3 ;;