Blanka
Blanka

Reputation: 7501

Unable to create Apple Developer certificate request using keychain access tool

I'm creating a new CSR (Certificate Signing Request) using the Keychain Access tool:

I've done this before, but this time it just isn't working. I tried restarting the Keychain tool, restarting the computer, no luck.

Any ideas?

Upvotes: 6

Views: 8365

Answers (3)

Sage
Sage

Reputation: 4937

I had the same problem. I noticed (after reading the first answer above), that I had the Keys category selected. I then selected the Certificates category, ensured I did not have any of the available Certificates selected, and I started my request and this time it worked like a charm.

Upvotes: 3

Tom Tu
Tom Tu

Reputation: 9593

Had the same problem. Here's the solution (for me at least).

You can have only one developer certificate installed on one machine - delete your old certificate from the keychain and you will be able to create the new one normally.

Upvotes: 3

Colin
Colin

Reputation: 2099

You have an existing private key selected in the main window of Keychain Access. That is also why it says "Request a certificate from a certificate authority using {some id}" in the menu. Deselect the private key by selecting something else, and then it will work. Apple if you're reading this, you need an error message at the end of the sequence described above.

Upvotes: 10

Related Questions