fix(jitsi): Use the common TLS cert

This commit is contained in:
Inex Code
2023-06-09 14:06:22 +03:00
parent bc5778fdea
commit ba1695c642
2 changed files with 5 additions and 6 deletions

View File

@@ -151,6 +151,11 @@ in
};
};
};
"meet.${domain}" = {
sslCertificate = "/var/lib/acme/${domain}/fullchain.pem";
sslCertificateKey = "/var/lib/acme/${domain}/key.pem";
forceSSL = true;
};
};
};
}