From: Sergey Ponomarev Date: Sun, 2 Jun 2024 15:45:03 +0000 (+0300) Subject: luci-app-acme: Set default validation_method to standalone X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=69d7840c25459d748cc690d159cd9482f7610464;p=openwrt-luci.git luci-app-acme: Set default validation_method to standalone In the 585df1d13769c6449458db425644927b0882b04a I changed the validation_method to webroot by mistake because I thought this is a default in the acme.sh. Signed-off-by: Sergey Ponomarev --- diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js index 97e9914387..818fe39baf 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js @@ -76,7 +76,7 @@ return view.extend({ o.value('standalone', _('Standalone')); o.value('webroot', _('Webroot')); o.value('dns', _('DNS')); - o.default = 'webroot'; + o.default = 'standalone'; o = s.taboption('general', form.DynamicList, "domains", _("Domain names"), _("Domain names to include in the certificate. " +