signing a package without logging in to the GUI
signing a package without logging in to the GUI
- Subject: signing a package without logging in to the GUI
- From: Nick Blievers <email@hidden>
- Date: Wed, 15 Dec 2010 11:14:44 +1100
Hi,
How can I sign a package without executing the command from the GUI context?
For example:
If I log in, open Terminal.app and run;
$ /Developer/usr/bin/packagemaker --sign installer/bin-10.6/MyPackage.pkg -c 'Some Cert'
it succeeds and requires no GUI interaction.
However, if I ssh localhost (same user), and try the same command, I get:
$ /Developer/usr/bin/packagemaker --sign installer/bin-10.6/MyPackage.pkg -c 'Some Cert'
Sign Data: CSSMERR_CSP_NO_USER_INTERACTION
Error signing data.
ERROR: Could not sign package.
$
I would like to have my build process automated, but this final step is stopping me. Does anyone have any suggestions?
Thanks
Nick
PS I am running 10.6.5 w/ xcode 3.2.5 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden