From 585df1d13769c6449458db425644927b0882b04a Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sun, 4 Jun 2023 01:50:42 +0300 Subject: luci-app-acme: Split Challenge Validation tab into two The validation_method is now set to webroot by default. This is the most used option. The webroot option is now empty by default. Into the description added that by default will be used /var/run/acme/challenge/ Webservers should serve the folder under /.well-known/acme-challenge/ url. The folder is automatically created by the acmesh service on renewal. The Challenge Validation Tab is split to Webroot and DNS and the validation method moved to general tab. So ideally a user won't see the webroot folder option from other tab. And a user can basically enable the webroot just in the general tab without leaving it. The DNS validation needs too many options to it needs for own tab. Signed-off-by: Sergey Ponomarev --- applications/luci-app-acme/po/it/acme.po | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-acme/po/it') diff --git a/applications/luci-app-acme/po/it/acme.po b/applications/luci-app-acme/po/it/acme.po index b7ea356ed7..f392f2334a 100644 --- a/applications/luci-app-acme/po/it/acme.po +++ b/applications/luci-app-acme/po/it/acme.po @@ -43,8 +43,11 @@ msgid "Challenge Alias" msgstr "Alias challenge" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 -msgid "Challenge Validation" -msgstr "Validazione challenge" +msgid "DNS Challenge Validation" +msgstr "DNS Validazione challenge" + +msgid "Webroot Challenge Validation" +msgstr "Webroot Validazione challenge" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Custom ACME CA" -- cgit v1.2.3