# Create A Developer ID Certificate

To create an app outside of the Mac App Store, you need a "Developer ID Certificate". This can't be created over the App Store Connect API.

1. Head to "Certificates" in the Apple developer portal. <https://developer.apple.com/account>

<figure><img src="/files/ksMjwmeAyGZl0K7eMfg1" alt=""><figcaption></figcaption></figure>

2. Click the blue "Plus" button to start creating a new certificate.

<figure><img src="/files/WrnV6wphdTBByWdZazVf" alt=""><figcaption></figcaption></figure>

3. Select "Developer ID Application", and click Continue.

<figure><img src="/files/gUD54J401nymG2IVP44v" alt=""><figcaption></figcaption></figure>

4. Upload the CSR generated from the Deskifier dashboard, and click continue.

<figure><img src="/files/qIhTcSIWy3LuMyQHDHgs" alt=""><figcaption></figcaption></figure>

5. Download the newly created Certificate, and upload it in the Deskifier dashboard.

<figure><img src="/files/0jFcscnHNkOaFBfMgJIy" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://deskifier.gitbook.io/deskifier/publishing-and-code-signing/create-a-developer-id-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.
