Re: Keychain Scripting
Re: Keychain Scripting
- Subject: Re: Keychain Scripting
- From: LuKreme <email@hidden>
- Date: Wed, 23 May 2007 15:21:29 -0600
On 23-May-2007, at 14:16, John C. Welch wrote:
As well, keychain scripting in Mac OS X 10.4 is problematic for
SSL. Try
"man security", I think that shall make you much happier.
I don't want the keychain scripting FOR SSL. I want to be able to
login to my machine via SSL and execute a script that extracts data
from the keychain, or something.
man security would make me feel better if it worked (that's where I
started, in fact)
~ $ security export -P <mypassword>
security: SecKeychainItemExport: Passphrase is required for import/
export.
~ $ security export -k kreme -P <mypassword>
security: SecKeychainItemExport: Passphrase is required for import/
export.
~ $ security export -k Library/Keychains/kreme -t privKeys -P
<mypassword>
security: SecIdentitySearchCopyNext: The specified keychain could not
be found.
~ $ security export -k /Users/syth/Library/Keychains/syth -t privKeys
-P <mypassword>
security: SecKeychainItemExport: Passphrase is required for import/
export.
And yes, the password (copied and pasted in fact) from teh CLI
unlocks the keychain in Keychain Access.app
--
"Don't be nice. It's Creepy." Tendo Akane
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden