From fab3be13b866186879c8620313b42cdc2337c202 Mon Sep 17 00:00:00 2001 From: Beth Date: Sat, 29 Mar 2025 23:10:16 -0500 Subject: [PATCH] added httpd restart before running setup-le --- files/certbot-renewal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/certbot-renewal.sh b/files/certbot-renewal.sh index 0f995ef..04599ee 100644 --- a/files/certbot-renewal.sh +++ b/files/certbot-renewal.sh @@ -15,8 +15,8 @@ function reload() { fi if [ -d /var/lib/ipa/ ] #restart httpd - /scripts/setup-le.sh systemctl start httpd + /scripts/setup-le.sh #load cert fi