cmd/go-away: log private key fingerprint on load

This commit is contained in:
WeebDataHoarder
2025-05-14 01:30:48 +02:00
parent 484a5e3535
commit 3ac6b9d366

View File

@@ -302,6 +302,7 @@ func main() {
swap(handler)
slog.Warn(
"handler configuration loaded",
"key_fingerprint", hex.EncodeToString(handler.PrivateKeyFingerprint()),
)
// allow reloading from now on