Top "Keychain" questions

A keychain is an encrypted container that holds passwords for multiple applications and secure services.

Keychain won't unlock from Jenkins script unless user logged in

I'm running a Jenkins CI server on an OS X machine. The server is running as a standard user 'john', …

xcode macos hudson jenkins keychain
An error has occurred. Unable to import an item. The contents of this item cannot be retrieved. Missing .pem file

I am struck with a problem. I installed the p12 certificates once into a MacBookPro and then deleted it, now …

iphone macos certificate keychain
SecItemAdd and SecItemCopyMatching returns error code -34018 (errSecMissingEntitlement)

Sometimes when I run an application on device from Xcode I would try to access the keychain but fail due …

ios cocoa keychain sskeychain
No valid iOS code signing keys found in keychain

I can Archive and Publish an app in debug mode, but when switched to App Mode i get the following …

ios xamarin keychain
Can't find private key for Apple Development Push Services

I've consulted many sources out there and still can't figure this out. http://code.google.com/p/apns-php/wiki/CertificateCreation …

ios certificate apple-push-notifications keychain
How to share keychain data between iOS applications

I am describing a problem for which it took me quite some time to learn the answer. The "GenericKeychain" example …

iphone ipad ios4 shared keychain
Is there a quick and easy way to dump the contents of a MacOS X keychain?

I'm looking for a way to dump (export) the contents of an OS X keychain into a file that I …

macos applescript keychain
Remove private key from Mac OS X keychain using Terminal

I've imported a developer identity (certificate + private key) for iOS development to a keychain using the "security" Terminal application with …

macos terminal keychain codesign
How to install developer certificate/private key and provisioning profile for iOS development via command line?

I'm configuring automated build server for iOS application project. I've done most of it. Now, it's the final round. The …

command-line ios sdk keychain