summaryrefslogtreecommitdiff
path: root/security/dehydrated/files/pkg-message.in
blob: b76d694f46088273b1d7623beea6f7973a9df14c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
To use this script you should copy the examples in
%%PREFIX%%/etc/%%PORTNAME%%/ and at least add a
domain and a contact mail address.

In order to run the script regularly to update
the certificates add this line to /etc/periodic.conf

weekly_dehydrated_enable="YES"

Additionally the following parameters can be added to
/etc/periodic.conf

To run the certification renenewal as a different user
weekly_dehydrated_user="_letsencrypt"

To run a script after the renewal (as root)
weekly_dehydrated_deployscript="%%PREFIX%%/etc/%%PORTNAME%%/deploy.sh"

Additional flags for the periodic run go into
weekly_dehydrated_flags="-g"