mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
List the possible ca_urls in example config file
This commit is contained in:
parent
6f972fa3fe
commit
37a54cd498
@ -664,7 +664,12 @@ language: "en"
|
|||||||
###' ACME
|
###' 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:
|
acme:
|
||||||
contact: "mailto:cert-admin-ejabberd@example.com"
|
contact: "mailto:cert-admin-ejabberd@example.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user