Added wildcard certs for bbb

This commit is contained in:
Kevin Veen-Birkenbach 2025-01-30 15:19:10 +01:00
parent 4c0aba2eea
commit ca7d28dcf4

View File

@ -1,6 +1,6 @@
ENABLE_COTURN=true
COTURN_TLS_CERT_PATH=/etc/letsencrypt/live/{{domain}}/fullchain.pem
COTURN_TLS_KEY_PATH=/etc/letsencrypt/live/{{domain}}/privkey.pem
COTURN_TLS_CERT_PATH=/etc/letsencrypt/live/{{ primary_domain if enable_one_letsencrypt_cert_for_all else domain }}/fullchain.pem
COTURN_TLS_KEY_PATH=/etc/letsencrypt/live/{{ primary_domain if enable_one_letsencrypt_cert_for_all else domain }}/privkey.pem
ENABLE_GREENLIGHT={{bigbluebutton_enable_greenlight}}
# Enable Webhooks