mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Try to improve the keypinning-failure message even more
This commit is contained in:
parent
ec99f038fa
commit
ab166fe68f
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue