mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
security/acme-client: remove unused ssl.engine directive
PR: https://github.com/opnsense/plugins/issues/649
This commit is contained in:
parent
62fc6e47fe
commit
7b7ed2ae85
1 changed files with 0 additions and 3 deletions
|
|
@ -64,9 +64,6 @@ server.bind = "127.0.0.1"
|
|||
server.port = {{OPNsense.AcmeClient.settings.challengePort}}
|
||||
$SERVER["socket"] == "127.0.0.1:{{OPNsense.AcmeClient.settings.challengePort}}" { }
|
||||
|
||||
# ssl configuration
|
||||
ssl.engine = "disable"
|
||||
|
||||
# to help the rc.scripts
|
||||
server.pid-file = "/var/run/lighttpd-acme-challenge.pid"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue