# 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="/pages/THSa8zJTBTDfdtSrR03o" %}
[Certificate signing request](/app/download/ios/certifications/certificate-signing-request.md)
{% 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.appmysite.com/app/download/ios/certifications/iphone-distribution-certificate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
