diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-13 08:54:38 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-13 08:54:38 -0500 |
commit | 0dd48bfe5aab9ca213dfbacd3b2ee8710a584405 (patch) | |
tree | b4aae70352d098c60ce82f15fa9212140b0f31a8 /doc | |
parent | bd2a1d0231a364f1989463a36fcb80c4e234a14e (diff) | |
download | tor-0dd48bfe5aab9ca213dfbacd3b2ee8710a584405.tar.gz tor-0dd48bfe5aab9ca213dfbacd3b2ee8710a584405.zip |
Change the default of AuthDirPinKeys to 1.
Closes ticket 18319.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 9b8a0f00bf..5845b1a107 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2265,7 +2265,7 @@ on the public Tor network. publish a descriptor if any other relay has reserved its <Ed25519,RSA> identity keypair. In all cases, Tor records every keypair it accepts in a journal if it is new, or if it differs from the most recently - accepted pinning for one of the keys it contains. (Default: 0) + accepted pinning for one of the keys it contains. (Default: 1) [[AuthDirSharedRandomness]] **AuthDirSharedRandomness** **0**|**1**:: Authoritative directories only. Switch for the shared random protocol. |