From 72b04a5aa42dd2729cf9fe9452e559c29466b250 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 29 Nov 2022 20:33:58 -0500 Subject: 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. --- changes/ticket40722 | 5 +++++ src/app/config/auth_dirs.inc | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 changes/ticket40722 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. diff --git a/src/app/config/auth_dirs.inc b/src/app/config/auth_dirs.inc index 13ff6e607c..618e3349b6 100644 --- a/src/app/config/auth_dirs.inc +++ b/src/app/config/auth_dirs.inc @@ -1,6 +1,6 @@ -"moria1 orport=9101 " - "v3ident=D586D18309DED4CD6D57C18FDB97EFA96D330566 " - "128.31.0.39:9131 9695 DFC3 5FFE B861 329B 9F1A B04C 4639 7020 CE31", +"moria1 orport=9201 " + "v3ident=F533C81CEF0BC0267857C99B2F471ADF249FA232 " + "128.31.0.39:9231 1A25C6358DB91342AA51720A5038B72742732498", "tor26 orport=443 " "v3ident=14C131DFC5C6F93646BE72FA1401C02A8DF2E8B4 " "ipv6=[2001:858:2:2:aabb:0:563b:1526]:443 " -- cgit v1.2.3-54-g00ecf