]> granicus.if.org Git - ejabberd/commitdiff
Avoid using * in 'certfiles' option of default config
authorEvgeny Khramtsov <ekhramtsov@process-one.net>
Thu, 4 Oct 2018 12:00:43 +0000 (15:00 +0300)
committerEvgeny Khramtsov <ekhramtsov@process-one.net>
Thu, 4 Oct 2018 12:00:43 +0000 (15:00 +0300)
ejabberd.yml.example

index 5ea258a02e81c7121799f081fefa00b6d860c5bb..bdde2de8792135d710658d8f6cf215867f5d52b9 100644 (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:
   -