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 <stokito@gmail.com>
This commit is contained in:
Sergey Ponomarev
2024-06-01 17:51:50 +03:00
committed by Toke Høiland-Jørgensen
parent e65f854c08
commit 478c0e51f0

View 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"));