# 証明書署名要求 (CSR)

{% hint style="warning" %}
SCEPman Enterprise Edition のみ
{% endhint %}

多くのアプライアンス、Web サービス、およびツールでは、鍵ペアと Certificate Signing Request（CSR）を生成するオプションが提供されています。CSR は X.509 証明書に似ていますが、CA の署名がありません。Subject は含まれており、Key Usages、Extended Key Usages、Basic Constraints などの X.509 拡張を含む場合があります。CA は、CSR に基づいて証明書を発行する際に、これらのプロパティのいずれかを変更または追加できます。CSR の代替として、 [秘密鍵を含む証明書を生成することも ](/ja/zheng-ming-shu-guan-li/certificate-master/tls-server-certificate-pkcs-12.md)Certificate Master で可能です。

CSR を SCEPman Certificate Master 経由で送信すると、Subject はそのまま証明書に引き継がれます。次の拡張が引き継がれます。

* Subject Alternative Names（SANs）
* Key Usage
* Extended Key Usage

SCEPman は、CSR からその他の拡張をすべて破棄します。Basic Constraints（この証明書がリーフ証明書であることを示す）、Authority Information Access（AIA）、Authority Key Identifier、Subject Key Identifier などの一部の拡張は、すべての証明書に追加されます。

CSR をお持ちの場合は、 **Submit CSR** へ移動してください。SCEPman Certificate Master の上部メニューにあります。PEM 形式（つまりテキスト）の CSR をテキストボックスにコピー＆ペーストするか、バイナリ形式または PEM 形式の CSR ファイルを下部のグレーの領域にドラッグ＆ドロップできます。バイナリおよび PEM 形式の CSR ファイルを選択するには、Browse リンクを使用することもできます。テキストボックスを使用する場合は、その後に Submit ボタンを押して証明書を発行する必要がありますが、CSR ファイルをアップロードすると直ちに証明書が発行されます。ブラウザーは DER エンコード形式の証明書をダウンロードします。

<figure><img src="/files/558c36f467a8380ebb4442b3d7949d98248b4409" 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://docs.scepman.com/ja/zheng-ming-shu-guan-li/certificate-master/certificate-signing-request-csr.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.
