> 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/code-signing-certificate.md).

# コード署名証明書

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

{% hint style="info" %}
この機能には 2.4 以上のバージョンが必要です
{% endhint %}

SCEPman Certificate Master Web UI から、秘密鍵を含む X.509 コード署名証明書を手動で生成できます。

このフォームは、提供された情報に基づいてコード署名証明書を生成し、選択したファイル形式でダウンロードします。この証明書はコード署名の目的で使用でき、信頼された実体に関連付けることで、ソフトウェアやコードの整合性と真正性を保証します。

### 新しいコード署名証明書の発行

1. へ移動する **コード署名** SCEPman Certificate Master メニュー内の
2. 証明書のサブジェクト CN を入力します。
3. 押して **送信** そして、証明書が数秒後に発行されると、ブラウザーは秘密鍵を含む証明書を PKCS#12/PFX 形式で自動的にダウンロードします。PKCS#12 ファイルは画面に表示されたパスワードで暗号化されます。

{% hint style="warning" %}
このページから移動すると、パスワードにはもうアクセスできなくなるので注意してください。
{% endhint %}

<figure><img src="https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2Fd6Nx1OjXYl7G7AJfdpcJ%2Fimage.png?alt=media&amp;token=c30b9a0d-e2da-4516-9b5e-285368c5fd38" alt=""><figcaption><p>Certificate Master - 新しいコード署名証明書</p></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/code-signing-certificate.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.
