mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user