mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
0ba4e0895a
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.
6 lines
297 B
Plaintext
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.
|