From a2f50c3dc4d01da22ea725882ee389da8d6f8e03 Mon Sep 17 00:00:00 2001 From: Arjan H Date: Sat, 11 Apr 2020 19:02:37 +0200 Subject: [PATCH] Reduce the purgeInterval --- gui/apply-boulder | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/apply-boulder b/gui/apply-boulder index 096b460..8b92431 100755 --- a/gui/apply-boulder +++ b/gui/apply-boulder @@ -44,6 +44,7 @@ sed -i -e "s/\"server\": \".*\"/\"server\": \"$PKI_EMAIL_SERVER\"/" config/expir sed -i -e "s/\"port\": \".*\"/\"port\": \"$PKI_EMAIL_PORT\"/" config/expiration-mailer.json sed -i -e "s/\"username\": \".*\"/\"username\": \"$PKI_EMAIL_USER\"/" config/expiration-mailer.json sed -i -e "s/\"from\": \".*\"/\"from\": \"$PKI_EMAIL_FROM\"/" config/expiration-mailer.json +sed -i -e "s/\"purgeInterval\": \".*\"/\"purgeInterval\": \"1s\"/" config/akamai-purger.json if [ "$PKI_EMAIL_PASS" != "" ]; then sed -i -e "s/.*/$PKI_EMAIL_PASS/" secrets/smtp_password