WIP: conduit: Enable turns with a ZeroSSL-provided certificate

This commit is contained in:
Tristan Daniël Maat 2022-11-05 18:55:32 +00:00
parent 997707021b
commit 7a88e2f284
Signed by: tlater
GPG key ID: 49670FD774E43268
5 changed files with 161 additions and 50 deletions

View file

@ -10,5 +10,11 @@
secrets."turn/secret" = {
owner = "turnserver";
};
secrets."turn/ssl-key" = {
owner = "turnserver";
};
secrets."turn/ssl-cert" = {
owner = "turnserver";
};
};
}