diff options
Diffstat (limited to 'security/lfacme/files/pkg-message.in')
-rw-r--r-- | security/lfacme/files/pkg-message.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/lfacme/files/pkg-message.in b/security/lfacme/files/pkg-message.in new file mode 100644 index 000000000000..05ed50a35268 --- /dev/null +++ b/security/lfacme/files/pkg-message.in @@ -0,0 +1,17 @@ +[ +{ type: install + message: <<EOM +Sample configuration files have been installed in %%PREFIX%%/etc/lfacme. +Edit these as required, then run "lfacme setup" to create an ACME account. +Run "lfacme renew" to issue certificates. + +To enable the daily periodic script to renew certificates, set: + + daily_lfacme_enable=YES + +in /etc/periodic.conf. + +Refer to lfacme(8) for further documentation. +EOM +} +] |