Commit ab166fe6 authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

Try to improve the keypinning-failure message even more

parent ec99f038
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -723,7 +723,9 @@ dirserv_add_descriptor(routerinfo_t *ri, const char **msg, const char *source)
    *msg = "Looks like your keypair has changed? This authority previously "
      "recorded a different RSA identity for this Ed25519 identity (or vice "
      "versa.) Did you replace or copy some of your key files, but not "
      "the others?";
      "the others? You should either restore the expected keypair, or "
      "delete your keys and restart Tor to start your relay with a new "
      "identity.";
    r = ROUTER_AUTHDIR_REJECTS;
    goto fail;
  }