From c3dc104d0a5ffd7007b7ede8f93779341474133c Mon Sep 17 00:00:00 2001 From: mustard Date: Mon, 3 Nov 2025 11:47:44 +0100 Subject: [PATCH] feat: fix cert perms after renewal --- roles/acme.sh/files/acme.sh-reload.service | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/acme.sh/files/acme.sh-reload.service b/roles/acme.sh/files/acme.sh-reload.service index 1e02b99..034a0b8 100644 --- a/roles/acme.sh/files/acme.sh-reload.service +++ b/roles/acme.sh/files/acme.sh-reload.service @@ -5,3 +5,4 @@ Description=Reload NGINX on command from acme.sh Type=oneshot ExecStart=/usr/bin/systemctl restart nginx ExecStart=/usr/bin/rm /srv/acme.sh/.reload +ExecStart=/usr/bin/chmod -R 755 /srv/certs