WIP: chore(coturn): Switch to letsencrypt certificate
This commit is contained in:
parent
586ab969a4
commit
3306f46b87
|
@ -59,11 +59,8 @@ in
|
||||||
relay-ips = [ "116.202.158.55" ];
|
relay-ips = [ "116.202.158.55" ];
|
||||||
|
|
||||||
# SSL config
|
# SSL config
|
||||||
#
|
pkey = "${config.security.acme.certs."tlater.net".directory}/key.pem";
|
||||||
# TODO(tlater): Switch to letsencrypt once google fix:
|
cert = "${config.security.acme.certs."tlater.net".directory}/fullchain.pem";
|
||||||
# https://github.com/vector-im/element-android/issues/1533
|
|
||||||
pkey = config.sops.secrets."turn/ssl-key".path;
|
|
||||||
cert = config.sops.secrets."turn/ssl-cert".path;
|
|
||||||
|
|
||||||
# Based on suggestions from
|
# Based on suggestions from
|
||||||
# https://github.com/matrix-org/synapse/blob/develop/docs/turn-howto.md
|
# https://github.com/matrix-org/synapse/blob/develop/docs/turn-howto.md
|
||||||
|
|
Loading…
Reference in a new issue