aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket40722
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2022-11-29 20:33:58 -0500
committerRoger Dingledine <arma@torproject.org>2022-11-29 20:33:58 -0500
commit72b04a5aa42dd2729cf9fe9452e559c29466b250 (patch)
treef2598df7c54f8b7237ce5c18f6d24c431d0d4284 /changes/ticket40722
parentefeef819f5a45082f12ede4afe44d61a84c17b02 (diff)
downloadtor-72b04a5aa42dd2729cf9fe9452e559c29466b250.tar.gz
tor-72b04a5aa42dd2729cf9fe9452e559c29466b250.zip
dirauth: rotate moria1 keys and ports
Rotate the relay identity key and v3 identity key for moria1. They have been online for more than a decade, there was a known potential compromise, and anyway refreshing keys periodically is good practice. Advertise new ports too, to avoid confusion. Closes ticket 40722.
Diffstat (limited to 'changes/ticket40722')
-rw-r--r--changes/ticket407225
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40722 b/changes/ticket40722
new file mode 100644
index 0000000000..a9a9f520a9
--- /dev/null
+++ b/changes/ticket40722
@@ -0,0 +1,5 @@
+ o Directory authority changes (moria1):
+ - Rotate the relay identity key and v3 identity key for moria1. They
+ have been online for more than a decade and refreshing keys
+ periodically is good practice. Advertise new ports too, to avoid
+ confusion. Closes ticket 40722.