security/acme-client: /var MFS awareness; closes #884

This commit is contained in:
Franco Fichtner
2018-10-10 08:54:23 +02:00
parent dc2ca325c4
commit 31e8ba845b
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
PLUGIN_NAME= acme-client
PLUGIN_VERSION= 1.17
PLUGIN_REVISION= 1
PLUGIN_COMMENT= Let's Encrypt client
PLUGIN_MAINTAINER= opnsense@moov.de
PLUGIN_DEPENDS= acme.sh bind912

View File

@@ -3,6 +3,7 @@ acme_http_challenge_enable=YES
acme_http_challenge_conf="/var/etc/lighttpd-acme-challenge.conf"
acme_http_challenge_pidfile="/var/run/lighttpd-acme-challenge.pid"
acme_http_challenge_var_script="/usr/local/opnsense/scripts/OPNsense/AcmeClient/setup.sh"
acme_http_challenge_var_mfs="/var/etc/acme-client"
{% else %}
acme_http_challenge_enable=NO
{% endif %}