mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: "move" to NAME_setup use
setup.sh is being used much more differently here than anywhere else. Not touching any of the integration, but the general problem might be that it tries to do something else entirely that doesn't fit any other plugin paradigm and might break at a later point. PR: https://github.com/opnsense/core/issues/5917
This commit is contained in:
@@ -2,7 +2,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_setup="/usr/local/opnsense/scripts/OPNsense/AcmeClient/setup.sh"
|
||||
{% else %}
|
||||
acme_http_challenge_enable=NO
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user