diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-16 16:05:54 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-16 16:10:20 -0500 |
commit | 7c6a8c674bd563bf4b33e05a7267a5ec74b79170 (patch) | |
tree | bd0c68cefe4ea19f63f1316b5ec7b477d6b69a83 /doc/tor.1.txt | |
parent | f0408b844ffe2545c33306cb04b03fff8148989f (diff) | |
download | tor-7c6a8c674bd563bf4b33e05a7267a5ec74b79170.tar.gz tor-7c6a8c674bd563bf4b33e05a7267a5ec74b79170.zip |
Fix documentation for ClientAuth on HSv3.
The manpage erroneously said "privkey" when "public-key" would have
been correct. Reported by "Felixix" as ticket 28979. Bugfix on
0.3.5.1-alpha.
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 581783dd65..573fdf221a 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2950,8 +2950,8 @@ file name is irrelevant) and its content format MUST be: <auth-type>:<key-type>:<base32-encoded-public-key> The supported <auth-type> are: "descriptor". The supported <key-type> are: -"x25519". The <base32-encoded-privkey> is the base32 representation of the raw -key bytes only (32 bytes for x25519). +"x25519". The <base32-encoded-public-key> is the base32 representation of +the raw key bytes only (32 bytes for x25519). Each file MUST contain one line only. Any malformed file will be ignored. Client authorization will only be enabled for the service if tor |