summaryrefslogtreecommitdiff
path: root/security/letsencrypt.sh/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/letsencrypt.sh/files/pkg-message.in')
-rw-r--r--security/letsencrypt.sh/files/pkg-message.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/security/letsencrypt.sh/files/pkg-message.in b/security/letsencrypt.sh/files/pkg-message.in
index 8defa9ed8367..f14cdcaadfc7 100644
--- a/security/letsencrypt.sh/files/pkg-message.in
+++ b/security/letsencrypt.sh/files/pkg-message.in
@@ -10,5 +10,13 @@ it missing.
In order to run the script regularly to update
the certificates add this line to /etc/periodic.conf
-monthly_letsencrypt_enable="YES"
+weekly_letsencrypt_enable="YES"
+
+Additionally the following parameters can be added to
+/etc/periodic.conf
+
+To run the certification renenewal as a different user
+weekly_letsencrypt_user="_letsencrypt"
+To run a script after the renewal (as root)
+weekly_letsencrypt_deployscript="%%PREFIX%%/etc/%%PORTNAME%%/deploy.sh"