Replies: 1 comment 4 replies
-
You should be able to share your keys, yes. This would also make it easier to migrate from I'm not sure what format Sparkle expects for the keys. Do you have an example of what the private and public keys look like? Keygen formats keys in hexadecimal, which is the standard for Ed25519. Perhaps Sparkle expects a different format, e.g. PEM, DER, or even base64. If I could see an example of what the keys look like, I may be able to help more. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm a bit rusty in the cryptography department 😅 so I came here to ask for an answer. Both Keygen and Sparkle ask me to generate a Ed25519 key pair.
keygen upload
lets me sign my artifacts, and the docs say:Sparkle's
generate_appcast
also allows me to sign the items in my Appcast XML, also with an Ed25519 key.I think both
keygen upload
andgenerate_appcast
should use the same key but the length of the generated private keys is different. Am I wrong? If not, then what am I missing, and how would I proceed here?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions