From fc57c2efb1785d608e55ca8712ccc4adc4c84665 Mon Sep 17 00:00:00 2001 From: stilez Date: Tue, 5 Nov 2019 20:30:51 +0000 Subject: [PATCH] Move "debug" to be visible and not hidden behind "show advanced" Debug is probably the most useful option for anyone using LE. I don't think any other function or plugin that offers a debug option, hides it from the user behind a "show/hide advanced" button. This PR just moves the "debug" control in the GUI to be visible when installed, without needing to be exposed by "show advanced". --- .../OPNsense/AcmeClient/forms/settings.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/settings.xml b/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/settings.xml index 97e65af79..242f42010 100644 --- a/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/settings.xml +++ b/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/settings.xml @@ -23,6 +23,12 @@ checkbox Requires that the OPNsense HAProxy plugin is installed. This will automatically add the required backend, server, action and ACL for you. You just need to select your HAProxy frontend when configuration the certificate or validation method.
NOTE:This will only work for HTTP-01 validation and HAProxy frontends running in http mode; TCP frontends are not supported.
]]>
+ + acmeclient.settings.logLevel + + dropdown + + acmeclient.settings.challengePort @@ -37,11 +43,4 @@ true - - acmeclient.settings.logLevel - - dropdown - - true -