From 5b2c0e960d2fdfccf5dcff5d5b259303e697e79d Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 23 Mar 2025 19:40:17 -0400 Subject: Update cmd/anubis/main.go Signed-off-by: Xe Iaso --- cmd/anubis/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/anubis/main.go b/cmd/anubis/main.go index d39e8c5..551ed61 100644 --- a/cmd/anubis/main.go +++ b/cmd/anubis/main.go @@ -180,7 +180,7 @@ func main() { log.Fatalf("failed to generate ed25519 key: %v", err) } - slog.Warn("generating random key, Anubis will have strange behavior when multiple instances are behind the same load balancer target, to fix this, persist hex as envvar ED25519_PRIVATE_KEY_HEX", "hex", hex.EncodeToString(priv.Seed())) + slog.Warn("generating random key, Anubis will have strange behavior when multiple instances are behind the same load balancer target, for more information: see https://anubis.techaro.lol/docs/admin/installation#key-generation") } else { priv, err = keyFromHex(*ed25519PrivateKeyHex) if err != nil { -- cgit v1.2.3