tor/changes/feature16944
Nick Mathewson 0ba4e0895a Add "OfflineMasterKey" option
When this is set, and Tor is running as a relay, it will not
generate or load its secret identity key.  You can manage the secret
identity key with --keygen.  Implements ticket 16944.
2015-09-04 09:55:07 -04:00

6 lines
297 B
Plaintext

o Minor features (relay, ed25519):
- Add a new OfflineMasterKey option to tell Tor never to try
loading or generating a secret ed25519 identity key. You can use
this in combination with tor --keygen to manage offline and/or
encrypted ed25519 keys. Implements ticket 16944.