Add hashed fingerprint functionality to RSA relay identity keys
Some checks failed
CI / ci (push) Failing after 3m10s

fixes #3
This commit is contained in:
Abel Luck 2025-09-10 13:38:05 +02:00
parent 62b243c8e4
commit 4eadc8416e
5 changed files with 70 additions and 6 deletions

View file

@ -80,6 +80,11 @@ output "rsa_identity_pem" {
sensitive = true
}
output "rsa_fingerprint_hashed" {
description = "Hashed RSA fingerprint for privacy in monitoring systems"
value = tor_relay_identity_rsa.bridge.public_key_fingerprint_sha1_hashed
}
output "ed25519_identity_pem" {
description = "Ed25519 identity private key for bridge configuration"
value = tor_relay_identity_ed25519.bridge.private_key_pem