Changing the developer ID *and* EdDSA key at the same time #2394
Unanswered
davidmokos
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes you use the old key. Don't change the EdDSA key pair. You don't really have a reason to do so.
I don't know why you made this assumption. Sparkle's EdDSA key verification is independent from the Apple developer ID you use. Key rotation is such that you change either one of them, not both. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We've migrated our app to a new developer account so the new update is signed with a different certificate. Based on the instructions here, specificaly
I assumed I need to also update the EdDSA private-public key pair, which I did and added the new public key to the Info.plist.
After generating the appcast (the
sign_update --verify
returns success) and uploading the dmg and appcast to server the update process fails here:The update logs say this:
Does that mean in order to update the app successfully I need to use the old EdDSA private-public key pair? Will that even work with the new Developer ID?
Beta Was this translation helpful? Give feedback.
All reactions