oidc: give every Cloudron its own EdDSA key

This commit is contained in:
Johannes Zellner
2023-03-23 18:02:45 +01:00
parent 71bb41f918
commit 3aa13c3090
4 changed files with 23 additions and 1 deletions
+2
View File
@@ -22,6 +22,8 @@ exports = module.exports = {
PROXY_AUTH_TOKEN_SECRET: 'proxy_auth_token_secret',
OIDC_KEY: 'oidc_key', // this is only JWT private key, the public key will be derived
CERT_PREFIX: 'cert',
CERT_SUFFIX: 'cert',