Re: Exporting a private key with SecKeychainItemExport
Re: Exporting a private key with SecKeychainItemExport
- Subject: Re: Exporting a private key with SecKeychainItemExport
- From: Brian Marick <email@hidden>
- Date: Tue, 6 Jul 2010 17:16:09 -0500
Thanks to Greg Guerin, I found out about security(1). I notice that it seems to have the same issue:
$ security export -k "my.keychain" -t privKeys
security: SecKeychainItemExport: Passphrase is required for import/export.
$ security export -k "my.keychain" -t privKeys -P "sesses"
security: SecKeychainItemExport: Passphrase is required for import/export.
$ security export -k "my.keychain" -t privKeys -w -P "sesses"
security: SecKeychainItemExport: One or more parameters passed to a function were not valid.
... etc....
-----
Brian Marick, independent consultant
Mostly on agile methods with a testing slant
Author of /Programming Cocoa with Ruby/
www.exampler.com, www.exampler.com/blog, www.twitter.com/marick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden