Skip to content

Instantly share code, notes, and snippets.

@ssp
Created May 11, 2010 16:38
Show Gist options
  • Save ssp/397523 to your computer and use it in GitHub Desktop.
Save ssp/397523 to your computer and use it in GitHub Desktop.
Create signature which Sparkle likes in an appcast.
# create signature to be used in appcast
openssl dgst -sha1 -binary < !:1 | openssl dgst -dss1 -sign /path/to/private/key.pem | openssl enc -base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment