mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
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:
committed by
Toke Høiland-Jørgensen
parent
e65f854c08
commit
478c0e51f0
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user