📝 Fix the sample Let's Encrypt configuration

Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
pull/38/head
mathieu.brunot 5 years ago committed by Mickaël Rémond
parent 4f9a34ac09
commit bb16ef3e1d

@ -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