forked from ops/terraform-provider-tor
Add hashed fingerprint functionality to RSA relay identity keys
fixes #3
This commit is contained in:
parent
62b243c8e4
commit
4eadc8416e
5 changed files with 70 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue