> For the complete documentation index, see [llms.txt](https://docs.scepman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scepman.com/ja/zheng-ming-shu-guan-li/certificate-master/certificate-signing-request-csr.md).

# 証明書署名要求 (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)することも SCEPman Certificate Master でできます。

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

<figure><img src="https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2FycJv12QPefhFEY6xPTXE%2Fimage.png?alt=media&amp;token=48ed0030-b53b-4748-8c5b-4c6ba7b2d90d" alt=""><figcaption></figcaption></figure>


---

# 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.scepman.com/ja/zheng-ming-shu-guan-li/certificate-master/certificate-signing-request-csr.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.
