Reputation: 12439
We want to publish an app in the appstore. The 3rd party who are building it for us need the certificate and profile we create via the apple development portal. According to the docs, the way to create a certificate is to use the mac's keychain application, and select "Request a Certificate from a Certificate Authority"
This then prompts for
The questions are
I see if you select "save to file" the CA email address becomes non-mandetory. Does this mean that Apple will sign it, or that you need to get the CSR signed via another method?
Upvotes: 0
Views: 167
Reputation: 752
Answers
CA will be Apple only. They only issue the certificate for your development work. You can see all the details once it gets generated.
Common name can be anything. On that name certificate's private key file will be created. You can use your company name as well.
You can provide your own official email address.
4.You don't get any email from apple. So you can use your own official email address at both places.
No need of CSR signed by any other method.
Upvotes: 2