24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Avoid using * in 'certfiles' option of default config

This commit is contained in:
Evgeny Khramtsov 2018-10-04 15:00:43 +03:00
parent ed2b07fc10
commit 510925c9a1

View File

@ -36,7 +36,8 @@ log_rotate_count: 1
log_rate_limit: 100
certfiles:
- "/etc/letsencrypt/live/*/*.pem"
- "/etc/letsencrypt/live/localhost/fullchain.pem"
- "/etc/letsencrypt/live/localhost/privkey.pem"
listen:
-