# iPhone distribution certificate

### How to create iPhone distribution certificate?

A Distribution Certificate identifies your organization within a provisioning profile and allows you to submit your app to the App Store.

{% embed url="<https://scribehow.com/shared/iPhone_distribution_certificate__b3by9ZrNT6q7ZKwP7JvPKQ>" %}

{% hint style="warning" %}
A Distribution Certificate identifies your organization within a provisioning profile and allows you to submit your app to the App Store.
{% endhint %}

You’ll require a Certificate Signing Request (CSR) for creating the iPhone Distribution Certificate.

{% content-ref url="certificate-signing-request" %}
[certificate-signing-request](https://docs.appmysite.com/app/download/ios/certifications/certificate-signing-request)
{% endcontent-ref %}

Follow these steps to create an iPhone Distribution Certificate:

* Log in to your [Apple Developer account](https://developer.apple.com/).
* Click on Certificates, Identifiers & Profiles.
* Click on the + button to add a new certificate.&#x20;
* Under the Software section, select Apple Distribution or iOS Distribution.
* Click on Continue to proceed.
* Click on Choose File and upload the CSR file you had created previously.
* Select Continue to proceed.
* Click the Download button to download the .cer file.
* Double click .cer file to open Keychain Access window.
* Click on Login and navigate to the My Certificates tab in the Keychain Access window.
* Right-click on the .cer file and export it to your system.
* Give your certificate a unique name and select .p12 File Format.
* Select Save to save the certificate on your system.
* Add a password to it while saving your certificate file. Adding a password is optional. If you end up password-protecting the file, save it for later to generate a build for your iOS app.
* You’ve now successfully created the iPhone Distribution Certificate.
