Allow splitting of turn and signaling domain with coturn_cert_domain.

This commit is contained in:
Lars Hahn 2024-11-26 22:04:57 +01:00
parent d631ccc7bc
commit f192f62b03

View File

@ -17,8 +17,9 @@ coturn_session_lifetime: 600
coturn_cert_folder: "{{ cloud_apps }}/coturn" coturn_cert_folder: "{{ cloud_apps }}/coturn"
coturn_cert: "{{ coturn_cert_folder }}/{{ coturn_domain }}.cert" coturn_cert_domain: "{{ coturn_domain }}"
coturn_pkey: "{{ coturn_cert_folder }}/{{ coturn_domain }}.key" coturn_cert: "{{ coturn_cert_folder }}/{{ coturn_cert_domain }}.cert"
coturn_pkey: "{{ coturn_cert_folder }}/{{ coturn_cert_domain }}.key"
coturn_dhparam: "/etc/letsencrypt/ssl-dhparams.pem" coturn_dhparam: "/etc/letsencrypt/ssl-dhparams.pem"
coturn_configs: coturn_configs: