From 8833f20a45011437ef37bef17a031398894774d2 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Thu, 26 Oct 2023 10:31:45 -0300 Subject: [PATCH] 20953: Adjust Let's Encrypt based cert thresholds. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- tools/salt-install/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/salt-install/common.sh b/tools/salt-install/common.sh index 360c2c7cc3..5392da71be 100644 --- a/tools/salt-install/common.sh +++ b/tools/salt-install/common.sh @@ -52,8 +52,8 @@ done TLS_EXPIRATION_YELLOW=5184000 # > 2 months TLS_EXPIRATION_GREEN=15552000 # > 6 months if [[ "${SSL_MODE}" == "lets-encrypt" ]]; then - TLS_EXPIRATION_YELLOW=2592000 # > 1 months - TLS_EXPIRATION_GREEN=5184000 # > 2 months + TLS_EXPIRATION_YELLOW=1900800 # > 22 days + TLS_EXPIRATION_GREEN=2505600 # > 29 days fi # Auto-detects load-balancing mode -- 2.30.2