# 証明書の作成

次の手順で、証明書の作成を行います。

この手順では開発用の証明書を発行しています。

※ リリース用の証明書を作成する場合は、証明書の種類を選択する画面において、 `Apple Distribution` を選択してください。<br>

1\. サイドメニューより`Certificates` 項目を選択します

2\. 追加ボタン 「`+`」 をクリックします&#x20;

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

3\. `App Development` を選択し、`Continue`  ボタンをクリックします

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

4\. 事前に作成した CSR ファイル をアップロードし、`Continue`  ボタンをクリックします

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

5.`Generate`  ボタンをクリックします

証明書の発行がこれで完了となります。

作成した証明書は、このあとMonacaにアップロードして利用するため、ダウンロードしてください。


---

# 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://ja.docs.monaca.io/build-app/build-for-ios/create-certificates.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.
