DSA Issues

Asked by David Nelson

I have found the "generate_keys.rb" file in the Sparkle Extras folder, but don't know what to do with it. How do I build or run (or whatever) this file to generate my keys?

Thanks,

David Nelson

Question information

Language:
English Edit question
Status:
Solved
For:
Sparkle Edit question
Assignee:
No assignee Edit question
Solved by:
Andy Matuschak
Solved:
Last query:
Last reply:
Revision history for this message
Andy Matuschak (andymatuschak) said :
#1
Revision history for this message
David Nelson (dnelson-terenovo-deactivatedaccount) said :
#2

Yes, but how do I run the script? My computer just opens the file in Xcode, but then does nothing and all menu items are grayed out. I tried it as a Terminal script, but that also didn't work.

Revision history for this message
Best Andy Matuschak (andymatuschak) said :
#3

It's a script; you need to run it from the command line.

Open the terminal. Change into the Sparkle distribution directory. Type:

ruby "Extras/Signing Tools/generate_keys.rb"

Follow the instructions on the wiki from there.

Revision history for this message
David Nelson (dnelson-terenovo-deactivatedaccount) said :
#4

Thanks Andy Matuschak, that solved my question.