Creating a simple public/private keypair, such as through ssh-keygen does not create a file I can import into Keychain Access. Does anyone know how to create a new keypair for iPhone development?
Creating a simple public/private keypair, such as through ssh-keygen does not create a file
Share
If you want to generate a new key pair for your Keychain Access, simply selection the action “Request a Certificate from a Certificate Authority…”. This will generate the key pair and a CSR. Once the CSR deleted, you have your key pair. It’s a little bit tricky but it works.