diff options
author | Neel Chauhan <neel@neelc.org> | 2021-09-14 11:10:11 -0700 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2021-09-14 11:10:11 -0700 |
commit | 17ceeb7f9224713f51929d94c3424761114271a1 (patch) | |
tree | 5f1ddb1c49dc63db0f602e12355631b315918b7d /doc/man | |
parent | 7440a38846d78c2b9040f117fdc4b823cdee4a27 (diff) | |
download | tor-17ceeb7f9224713f51929d94c3424761114271a1.tar.gz tor-17ceeb7f9224713f51929d94c3424761114271a1.zip |
tor.1 man page: Add mention of fingerprint-ed25519, and clarify differences
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/tor.1.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index 2b5a1d9df7..e5a0e0ea85 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -3826,7 +3826,12 @@ __KeyDirectory__/**`secret_onion_key_ntor`** and **`secret_onion_key_ntor.old`** by clients that didn't have the new one. __DataDirectory__/**`fingerprint`**:: - Only used by servers. Contains the fingerprint of the server's identity key. + Only used by servers. Contains the fingerprint of the server's RSA + identity key. + +__DataDirectory__/**`fingerprint-ed25519`**:: + Only used by servers. Contains the fingerprint of the server's ed25519 + identity key. __DataDirectory__/**`hashed-fingerprint`**:: Only used by bridges. Contains the hashed fingerprint of the bridge's |