diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-03-23 19:40:17 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-03-25 16:58:34 -0400 |
| commit | 5b2c0e960d2fdfccf5dcff5d5b259303e697e79d (patch) | |
| tree | 1b963e9969a36e3a9262c5fa4e4cb9a0628ee5b4 | |
| parent | 76e117f0bd9ea20bfc1d0d9f9571a23e578e8f2a (diff) | |
| download | anubis-5b2c0e960d2fdfccf5dcff5d5b259303e697e79d.tar.xz anubis-5b2c0e960d2fdfccf5dcff5d5b259303e697e79d.zip | |
Update cmd/anubis/main.go
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | cmd/anubis/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
