summaryrefslogtreecommitdiff
path: root/security/dehydrated/files/pkg-message.in
blob: e12265f46eb1d60b0cd4ff13832e14b03df83397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
{ type: install
  message: <<EOM
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"
EOM
}
]