24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00

List the possible ca_urls in example config file

This commit is contained in:
Konstantinos Kallas 2017-08-22 10:38:33 +03:00
parent 6f972fa3fe
commit 37a54cd498

View File

@ -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"