mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-29 19:34:18 -05:00
security/acme-client: /var MFS awareness; closes #884
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user