Преглед на файлове

Do not try to load certificates

Seems like we unintentionally removed the mounting of certificates
(the `/matrix-config` mount) as part of splitting the playbook into
roles in 51312b8250.

It appears that those certificates weren't necessary for coturn to
funciton though, so we might just get rid of the configuration as well.
pull/84/head
Slavi Pantaleev преди 7 години
родител
ревизия
cbc1cdbbf0
променени са 1 файла, в които са добавени 2 реда и са изтрити 5 реда
  1. +2
    -5
      roles/matrix-coturn/templates/turnserver.conf.j2

+ 2
- 5
roles/matrix-coturn/templates/turnserver.conf.j2 Целия файл

@@ -1,14 +1,11 @@
use-auth-secret use-auth-secret
static-auth-secret={{ matrix_coturn_turn_static_auth_secret }} static-auth-secret={{ matrix_coturn_turn_static_auth_secret }}
realm=turn.{{ hostname_matrix }} realm=turn.{{ hostname_matrix }}
cert=/matrix-config/{{ hostname_matrix }}.tls.crt
pkey=/matrix-config/{{ hostname_matrix }}.tls.key
dh-file=/matrix-config/{{ hostname_matrix }}.tls.dh
cipher-list="HIGH"
min-port={{ matrix_coturn_turn_udp_min_port }} min-port={{ matrix_coturn_turn_udp_min_port }}
max-port={{ matrix_coturn_turn_udp_max_port }} max-port={{ matrix_coturn_turn_udp_max_port }}
external-ip={{ matrix_coturn_turn_external_ip_address }} external-ip={{ matrix_coturn_turn_external_ip_address }}
log-file=stdout log-file=stdout
pidfile=/var/tmp/turnserver.pid pidfile=/var/tmp/turnserver.pid
userdb=/var/tmp/turnserver.db userdb=/var/tmp/turnserver.db
no-cli
no-cli
prod

Зареждане…
Отказ
Запис