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/ar/acme.po | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-acme/po/ar/acme.po') diff --git a/applications/luci-app-acme/po/ar/acme.po b/applications/luci-app-acme/po/ar/acme.po index b1b06f65b2..c3fcf0f48b 100644 --- a/applications/luci-app-acme/po/ar/acme.po +++ b/applications/luci-app-acme/po/ar/acme.po @@ -44,8 +44,11 @@ msgid "Challenge Alias" msgstr "الاسم المستعار لاعتراض" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:43 -msgid "Challenge Validation" -msgstr "التحقق من صحة التحدي" +msgid "DNS Challenge Validation" +msgstr "DNS التحقق من صحة التحدي" + +msgid "Webroot Challenge Validation" +msgstr "Webroot التحقق من صحة التحدي" #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:139 msgid "Custom ACME CA" -- cgit v1.2.3