From 478c0e51f0bc1429cb738898553d4cfd1fc35259 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 1 Jun 2024 17:51:50 +0300 Subject: [PATCH] luci-app-acme: introduction: add link to OpenWrt Wiki The article is "Get a free HTTPS certificate from LetsEncrypt for OpenWrt with ACME.sh" Signed-off-by: Sergey Ponomarev --- .../luci-app-acme/htdocs/luci-static/resources/view/acme.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 b6f9ec4ff2..e9362e0aaa 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 @@ -38,7 +38,8 @@ return view.extend({ "point at the router's public IP address. " + "Once configured, issuing certificates can take a while. " + "Check the logs for progress and any errors.") + '
' + - _("Cert files are stored in") + ' /etc/ssl/acme' + _("Cert files are stored in") + ' /etc/ssl/acme'+ '
' + + '' + _('See more') + '' ); s = m.section(form.TypedSection, "acme", _("ACME global config")); -- 2.30.2