summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-acme/htdocs/luci-static
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-acme/htdocs/luci-static')
-rw-r--r--applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js4
1 files changed, 3 insertions, 1 deletions
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 2023c761db..8f3c808b11 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
@@ -21,7 +21,9 @@ return view.extend({
"Note that the domain names in the certificate must already be configured to " +
"point at the router's public IP address. " +
"Once configured, issuing certificates can take a while. " +
- "Check the logs for progress and any errors."));
+ "Check the logs for progress and any errors.") + '<br/>' +
+ _("Cert files are stored in") + ' <em>/etc/ssl/acme<em>'
+ );
s = m.section(form.TypedSection, "acme", _("ACME global config"));
s.anonymous = true;