Importing Private/public Keys - iPhone:
If you have any problem with import your personal iPhone public and private development key into the keychain via a double-click, don’t worry! just try the following method to importing Private/public Keys
Just start the Terminal.app and use the following commands to manually import both keys. Please replace Private _key.p12 and Public_key.pem with your personal key files. That’s it!
If you have any problem with import your personal iPhone public and private development key into the keychain via a double-click, don’t worry! just try the following method to importing Private/public Keys
Just start the Terminal.app and use the following commands to manually import both keys. Please replace Private _key.p12 and Public_key.pem with your personal key files. That’s it!
1) security import Private_key.p12 -k ~/Library/Keychains/login.keychain 2) security import Public_key.pem -k ~/Library/Keychains/login.keychain
0 comments:
Post a Comment
Share your thoughts here...