> For the complete documentation index, see [llms.txt](https://docs.appmysite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appmysite.com/app/download/ios/certifications/certificate-signing-request.md).

# Certificate signing request

### How to create a Certificate Signing Request?

A Certificate Signing Request (CSR) contains the necessary details required by a certificate authority to generate your certificate. This includes your account name, organization name, country name, and other relevant information.

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

Follow these steps to generate a CSR on Mac OS:

* Open **Launchpad** on your Mac OS.
* Navigate to the Others folder.
* Open Keychain Access.
* Click on Keychain Access > Certificate Assistant > Request a Certificate From a Certificate Authority.
* The Certificate Assistant window will open.
* Enter the User Email Address and Common Name.
* The CA Email Address field is optional—leave it blank if not required.
* Select Saved to disk as the request method.
* Add a unique name for your certificate and click Save.
* Locate the saved certificate by clicking Show in Finder.

{% hint style="warning" %}
You will need to upload this file when generating an iOS Distribution Certificate in your Apple Developer Account.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.appmysite.com/app/download/ios/certifications/certificate-signing-request.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
