diff options
author | Konstantinos Kallas <konstantinos.kallas@hotmail.com> | 2017-07-12 19:23:52 +0300 |
---|---|---|
committer | Konstantinos Kallas <konstantinos.kallas@hotmail.com> | 2017-07-12 19:23:52 +0300 |
commit | 77a96b0ec6c793ce0f5741d4683edd2ee9b3b877 (patch) | |
tree | b62198406f8895562a3523d630f4486e9bb06723 /ejabberd.yml.example | |
parent | Changle acme file permissions (diff) |
Solve acme challenges using built in http server
Diffstat (limited to '')
-rw-r--r-- | ejabberd.yml.example | 4 |
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 |