luci-app-acme: introduction: add link to OpenWrt Wiki
authorSergey Ponomarev <[email protected]>
Sat, 1 Jun 2024 14:51:50 +0000 (17:51 +0300)
committerToke Høiland-Jørgensen <[email protected]>
Tue, 7 Oct 2025 12:01:06 +0000 (14:01 +0200)
The article is "Get a free HTTPS certificate from LetsEncrypt for OpenWrt with ACME.sh"

Signed-off-by: Sergey Ponomarev <[email protected]>
applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js

index b6f9ec4ff2100373a6638b4cafacff98cb49965b..e9362e0aaa62b97c050d5549bfe6c5c08b478e23 100644 (file)
@@ -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.") + '<br/>' +
-                               _("Cert files are stored in") + ' <em>/etc/ssl/acme<em>'
+                               _("Cert files are stored in") + ' <em>/etc/ssl/acme</em>'+ '<br />' +
+                               '<a href="https://openwrt.org/docs/guide-user/services/tls/acmesh" target="_blank">' + _('See more') + '</a>'
                );
 
                s = m.section(form.TypedSection, "acme", _("ACME global config"));