Allow splitting of turn and signaling domain with coturn_cert_domain.
This commit is contained in:
parent
d631ccc7bc
commit
f192f62b03
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user