diff options
author | Neel Chauhan <neel@neelc.org> | 2020-10-20 16:13:26 -0700 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-11-17 11:23:08 -0500 |
commit | 1588767e655f87f49cf0f71d6e604117be52a135 (patch) | |
tree | f934532338354a858ee59741e17431c197c58255 /doc/man | |
parent | 3900b1937973141b5c75f7221162375f7a2e1f9c (diff) | |
download | tor-1588767e655f87f49cf0f71d6e604117be52a135.tar.gz tor-1588767e655f87f49cf0f71d6e604117be52a135.zip |
Allow listing ed25519 fingerprints on the command line
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/tor.1.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index ab273925b1..e886d6f801 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -91,8 +91,9 @@ The following options in this section are only recognized on the [[opt-hash-password]] **`--hash-password`** __PASSWORD__:: Generate a hashed password for control port access. -[[opt-list-fingerprint]] **`--list-fingerprint`**:: - Generate your keys and output your nickname and fingerprint. +[[opt-list-fingerprint]] **`--list-fingerprint`** [__key type__]:: + Generate your keys and output your nickname and fingerprint. Optionally, + you can specify the key type as `rsa` (default) or `ed25519`. [[opt-verify-config]] **`--verify-config`**:: Verify whether the configuration file is valid. |