summaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorKonstantinos Kallas <konstantinos.kallas@hotmail.com>2017-08-22 10:38:33 +0300
committerKonstantinos Kallas <konstantinos.kallas@hotmail.com>2017-08-22 10:38:33 +0300
commit37a54cd498a0aae4f4bea51e1072388a216e3c71 (patch)
tree7cd2408e42089c46795ccd50bea4cf6db484f11d /ejabberd.yml.example
parentClean run_acme testcase (diff)
List the possible ca_urls in example config file
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 72eb0b4b..9891e0ed 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"