diff options
-rw-r--r-- | ejabberd.yml.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 72eb0b4b1..9891e0ed2 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -664,7 +664,12 @@ language: "en" ###' ACME ## -## Must contain a contact and the ACME CA url +## A contact with which it will create an ACME account +## The ACME Certificate Authority URL. +## This could either be: +## - https://acme-v01.api.letsencrypt.org - for the production CA +## - https://acme-staging.api.letsencrypt.org - for the staging CA +## - http://localhost:4000 - for a local version of the CA ## acme: contact: "mailto:cert-admin-ejabberd@example.com" |