From 5164b327f2230369bc2f473ea030a139cfc90791 Mon Sep 17 00:00:00 2001 From: Beth Date: Sat, 29 Mar 2025 23:10:51 -0500 Subject: [PATCH] added httpd restart before running setup-le --- files/certbot-renewal.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/files/certbot-renewal.sh b/files/certbot-renewal.sh index 04599ee..01f3b23 100644 --- a/files/certbot-renewal.sh +++ b/files/certbot-renewal.sh @@ -17,6 +17,7 @@ function reload() { #restart httpd systemctl start httpd /scripts/setup-le.sh + systemctl restart httpd #load cert fi