From 43f0b2cea70113bcf66a1c1acdf462bcd0d4e694 Mon Sep 17 00:00:00 2001 From: Arjan H Date: Sat, 13 Jan 2024 11:29:38 +0100 Subject: [PATCH] Extend health-checker timeout always (#86) --- gui/apply-boulder | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gui/apply-boulder b/gui/apply-boulder index 9b33f8d..966abaa 100755 --- a/gui/apply-boulder +++ b/gui/apply-boulder @@ -152,9 +152,8 @@ if [ "$PKI_EXTENDED_TIMEOUT" == "1" ]; then sed -i -e "s/\"timeout\": \"20s\"/\"timeout\": \"40s\"/" config/ra.json sed -i -e "s/\"timeout\": \"15s\"/\"timeout\": \"30s\"/" config/crl-storer.json sed -i -e "s/\"timeout\": \"15s\"/\"timeout\": \"30s\"/" config/crl-updater.json - sed -i -e "s/\"timeout\": \"15s\"/\"timeout\": \"30s\"/" config/orphan-finder.json - sed -i -e "s/\"timeout\": \"1s\"/\"timeout\": \"5s\"/" config/health-checker.json fi +sed -i -e "s/\"timeout\": \"1s\"/\"timeout\": \"5s\"/" config/health-checker.json sed -i -e "s/\"server\": \".*\"/\"server\": \"$PKI_EMAIL_SERVER\"/" config/bad-key-revoker.json sed -i -e "s/\"port\": \".*\"/\"port\": \"$PKI_EMAIL_PORT\"/" config/bad-key-revoker.json