Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantinos Kallas <konstantinos.kallas@hotmail.com>2017-08-12 15:59:54 +0300
committerKonstantinos Kallas <konstantinos.kallas@hotmail.com>2017-08-12 15:59:54 +0300
commit73f0b6707a0d1245923b372ba0e0424d17145ba3 (patch)
tree91d79a64ae63c71361385ecfc02ecb861cb335c8 /ejabberd.yml.example
parent7140c8d844468d2b6c0dbe6ae9cac8c7fa73672e (diff)
Move the ca_url to the config file
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 85754e1bb..ee3dda24c 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -664,11 +664,11 @@ language: "en"
###' ACME
##
-## Must contain a contact and a directory that the Http Challenges can be solved at
+## Must contain a contact and the ACME CA url
##
acme:
contact: "mailto:cert-admin-ejabberd@example.com"
- http_dir: "/home/konstantinos/Desktop/Programming/test-server-for-acme/"
+ ca_url: "http://localhost:4000"
cert_dir: "/usr/local/var/lib/ejabberd/"