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-07-12 19:23:52 +0300
committerKonstantinos Kallas <konstantinos.kallas@hotmail.com>2017-07-12 19:23:52 +0300
commit77a96b0ec6c793ce0f5741d4683edd2ee9b3b877 (patch)
treeb62198406f8895562a3523d630f4486e9bb06723 /ejabberd.yml.example
parent5199ede4a257b3b225e47c6f1b8f28b12d63e8c6 (diff)
Solve acme challenges using built in http server
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 5e6f9b631..7a75c5533 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -160,6 +160,7 @@ listen:
request_handlers:
"/websocket": ejabberd_http_ws
"/api": mod_http_api
+ "/.well-known": acme_challenge
## "/pub/archive": mod_http_fileserver
web_admin: true
http_bind: true
@@ -668,7 +669,8 @@ language: "en"
acme:
contact: "mailto:cert-admin-ejabberd@example.com"
http_dir: "/home/konstantinos/Desktop/Programming/test-server-for-acme/"
- cert_dir: "/usr/local/var/lib/ejabberd/"
+
+cert_dir: "/usr/local/var/lib/ejabberd/"
###. =======
###' MODULES