Jan 092012
Import private key into Mac's KeyChain
Answer:
To import a private key e.g. key.p12 into your login keychain, use the command:
# security import key.p12 -k ~/Library/Keychains/login.keychain
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Import private key into Mac's KeyChain
Answer:
To import a private key e.g. key.p12 into your login keychain, use the command:
# security import key.p12 -k ~/Library/Keychains/login.keychain