diff options
author | Badlop <badlop@process-one.net> | 2020-05-09 11:40:26 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2020-05-09 11:45:39 +0200 |
commit | d88a32992a486910cf503cd604b8b0722b13bb78 (patch) | |
tree | 5fb2198e48a2dc6d6f3aa33fda1c8b78f1d43a34 /src | |
parent | Hide false-positive warnings about mod_delegation Type atom and NS binary (diff) |
Add link in acme option to ACME section in ejabberd Docs
Diffstat (limited to 'src')
-rw-r--r-- | src/ejabberd_options_doc.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejabberd_options_doc.erl b/src/ejabberd_options_doc.erl index 20928eae7..66d00f790 100644 --- a/src/ejabberd_options_doc.erl +++ b/src/ejabberd_options_doc.erl @@ -253,7 +253,7 @@ doc() -> {acme, #{value => ?T("Options"), desc => - ?T("ACME configuration. ACME is used to automatically " + ?T("http://../basic/#acme[ACME] configuration, to automatically " "obtain SSL certificates for the domains served by ejabberd, " "which means that certificate requests and renewals are " "performed to some CA server (aka \"ACME server\") in a fully " |