diff options
author | David Goulet <dgoulet@torproject.org> | 2022-12-06 08:56:04 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-12-06 08:56:04 -0500 |
commit | bce0b2a78c1c444c5e14e846650f9b276f995499 (patch) | |
tree | 8d032a4d6909b5686c80b28e1f9eb5cf386f4109 | |
parent | 2941006d25c04cfc41a9d3ec634eff06be6ad5cf (diff) | |
parent | 72b04a5aa42dd2729cf9fe9452e559c29466b250 (diff) | |
download | tor-bce0b2a78c1c444c5e14e846650f9b276f995499.tar.gz tor-bce0b2a78c1c444c5e14e846650f9b276f995499.zip |
Merge branch 'maint-0.4.5' into release-0.4.5
-rw-r--r-- | changes/ticket40722 | 5 | ||||
-rw-r--r-- | src/app/config/auth_dirs.inc | 6 |
2 files changed, 8 insertions, 3 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. 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 " |