• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Exporting a private key with SecKeychainItemExport
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Exporting a private key with SecKeychainItemExport (From: Brian Marick <email@hidden>)

  • Prev by Date: Re: Adding secure notes to a keychain programmatically
  • Next by Date: Re: Exporting a private key with SecKeychainItemExport
  • Previous by thread: Exporting a private key with SecKeychainItemExport
  • Next by thread: Re: Exporting a private key with SecKeychainItemExport
  • Index(es):
    • Date
    • Thread