Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to obtain a private key for "Developer ID Application" or "Developer ID Installer" certificates?

I'd like to understand how to obtain a private key for Developer ID Application or Developer ID Installer certificates?

enter image description here

  1. Developer ID certificates may be created only by Account Holder https://developer.apple.com/support/roles/ - done
  2. I have Developer ID Application certificate.
  3. But there is missing private key.

Where may I find the appropriate private key?

like image 672
mahnunchik Avatar asked Sep 05 '25 04:09

mahnunchik


2 Answers

To share Developer ID certificates the person who is Account Holder should:

  1. Crete Developer ID certificate on developer account https://developer.apple.com/
  2. Import it to keychain
  3. Export certificate together with private key as p12 file
  4. Share to developer p12 file with password
like image 61
mahnunchik Avatar answered Sep 07 '25 21:09

mahnunchik


Ask the person who created this certificate to export the certificate and send it to you. Or any other existing developer who is already using this certificate.

You can not download private keys from the apple developer portal.

like image 39
Parag Bafna Avatar answered Sep 07 '25 20:09

Parag Bafna