As stated in the title, I would like to import a key pair into Keychain Access.
What I have done:
- Obtaining an RSA public / private key pair by using OpenSSH
What I am going to do:
- Importing the key pair into the "login" keychain of Keychain Access
- Creating a CSR with OpenSSL
- Send the CSR to Apple for obtaining a developer certificate
Any suggestions are welcomed.
ssh
orssh-add
be able to use keys directly from the keychain but it seems they will only use the keychain for passphrases that protect the key files (which still have to exist on the file system), not for the keys themselves. – Carlycarlye