From cc014d5b4bdea0b590de097e47fcbacfa07d1dc4 Mon Sep 17 00:00:00 2001 From: Aleksey Drozdov Date: Mon, 16 Nov 2020 15:49:35 +0100 Subject: [PATCH] added additional pem file for _monitored_files_checksums --- target/helper-functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/target/helper-functions.sh b/target/helper-functions.sh index d7006c2d..76bc3834 100755 --- a/target/helper-functions.sh +++ b/target/helper-functions.sh @@ -202,6 +202,7 @@ function _monitored_files_checksums dovecot-quotas.cf \ /etc/letsencrypt/acme.json \ "/etc/letsencrypt/live/${HOSTNAME}/key.pem" \ + "/etc/letsencrypt/live/${HOSTNAME}/privkey.pem" \ "/etc/letsencrypt/live/${HOSTNAME}/fullchain.pem" ) }