📝 Fix the sample Let's Encrypt configuration

Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
pull/41/head
mathieu.brunot 5 years ago
parent 2df939101f
commit a3b52d3a9a
No known key found for this signature in database
GPG Key ID: 81584BEAF692D7E0

@ -38,11 +38,16 @@ log_rate_limit: 100
certfiles:
- "/home/ejabberd/conf/server.pem"
## - "/etc/letsencrypt/live/localhost/fullchain.pem"
## - "/etc/letsencrypt/live/localhost/privkey.pem"
ca_file: "/home/ejabberd/conf/cacert.pem"
# When using let's encrypt to generate certificates
##certfiles:
## - "/etc/letsencrypt/live/localhost/cert.pem"
## - "/etc/letsencrypt/live/localhost/privkey.pem"
##
##ca_file: "/etc/letsencrypt/live/localhost/fullchain.pem"
listen:
-
port: 5222

Loading…
Cancel
Save