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:
Franco Fichtner
2022-09-06 08:59:35 +02:00
parent 6d745e8e96
commit 27d89b8595
@@ -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 %}