From f4fbeadcdc7ddb5af371e117fd1f97f2389c9001 Mon Sep 17 00:00:00 2001 From: fxequals Date: Sat, 19 Jul 2025 09:31:05 -0400 Subject: [PATCH] added command to generate secrets --- emerald-theory/authentik/authentik.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emerald-theory/authentik/authentik.env b/emerald-theory/authentik/authentik.env index 670443a..dfeb890 100644 --- a/emerald-theory/authentik/authentik.env +++ b/emerald-theory/authentik/authentik.env @@ -1,7 +1,7 @@ AUTHENTIK_PORT_HTTP=9000 AUTHENTIK_PORT_HTTPS=9443 -PG_PASS= -AUTHENTIK_SECRET_KEY= +PG_PASS= # <-- openssl rand -base64 36 | tr -d '\n' +AUTHENTIK_SECRET_KEY= # <-- openssl rand -base64 36 | tr -d '\n' AUTHENTIK_ERROR_REPORTING__ENABLED=true AUTHENTIK_EMAIL__HOST= AUTHENTIK_EMAIL__PORT=