Create Certificate Signing RequestΒΆ

Start by creating a .certSigningRequest (CSR) file on your Mac, using Keychain Access. Open Finder, and then open Keychain Access from the Utilities folder.

../_images/mac-1.png

Next, open Keychain Access > Certificate Assistant > Request a Certificate From a Certificate Authority.

../_images/mac-2.png

Enter the email address that you use in your Apple developer account, and enter a common name. The common name can be anything you want, for example a helpful descriptive name like “ios-mybiz”. Check Saved to disk and Let me specify key pair information, then click Continue.

../_images/mac-3.png

Give your CSR a helpful descriptive name, such as iosapp.certSigningRequest, and choose the location to save it on your hard drive, then click Save.

../_images/mac-4.png

In the next window, set the Key Size value to 2048 bits and Algorithm to RSA, and click Continue. This will create and save your certSigningRequest file (CSR) to your hard drive.

../_images/mac-5.png

In the next screen your certificate creation is verified, and you can click a button to view it, or click Done to go to the next step.

../_images/mac-6.png

You also get a corresponding public and private key pair, which you can see in the Login > Keys section of Keychain.

../_images/mac-7.png

Now login to the Member Center on https://developer.apple.com/. Click Certificates, Identifiers, & Profiles.

../_images/cert-1.png

Then click iOS Apps > Certificates.

../_images/cert-2.png

Next, click the add button (the little plus sign) in the top right corner of the iOS Certificate page.

../_images/cert-3.png

Under “What type of certificate do you need?” check App Store and Ad Hoc, then click the Continue button at the bottom of the page.

../_images/cert-4.png

The next screen, About Creating a Certificate Signing Request (CSR) has information about creating a CSR in Keychain Access. You already did this, so go to the next screen. “Add iOS Certificate”, to upload the CSR you already created, then click the Generate button.

../_images/cert-5.png

Your new certificate is named ios_distribution.cer. Download it to your Mac; then find it and double-click on it to install it properly in Keychain.

../_images/cert-6.png

After installing it, you should see it stored with its corresponding private key in Keychain.

../_images/cert-7.png

Remember to make backups of your keys and certificates and keep them in a safe place.