> 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/scepman-gou-cheng/application-settings/active-directory/computer-template.md).

# コンピューター テンプレート

## AppConfig:ActiveDirectory:<code class="expression">page.vars.cert\_template</code>:有効

*Linux: AppConfig\_\_ActiveDirectory\_\_*<code class="expression">page.vars.cert\_template</code>*\_\_有効*

**値:** *true* または *false* (既定)

**説明:** この設定により証明書テンプレートが有効になります `SCEPmanDevice`

## AppConfig:ActiveDirectory:<code class="expression">page.vars.cert\_template</code>:TemplateName

*Linux: AppConfig\_\_ActiveDirectory\_\_*<code class="expression">page.vars.cert\_template</code>*\_\_TemplateName*

**値:** 証明書テンプレート名

**説明:** この設定では、この証明書テンプレートに対してカスタムのテンプレート名を選択できます。これは、そのテンプレートの証明書を手動で登録するときに表示されます。最大限の互換性を得るには、英数字のみで空白のない名前を選択してください。

## AppConfig:ActiveDirectory:<code class="expression">page.vars.cert\_template</code>:GroupFilter

*Linux: AppConfig\_\_ActiveDirectory\_\_*<code class="expression">page.vars.cert\_template</code>*\_\_GroupFilter*

**値:** SID で指定された AD グループのカンマ区切りリスト

**説明:** この設定は、この証明書テンプレートの証明書を登録できる Active Directory グループのメンバーを制限します。構成されている場合は、一般設定を上書きします [AppConfig:ActiveDirectory:GroupFilter](#appconfig-activedirectory-groupfilter).

## AppConfig:ActiveDirectory:<code class="expression">page.vars.cert\_template</code>:Ksps

*Linux: AppConfig\_\_ActiveDirectory\_\_*<code class="expression">page.vars.cert\_template</code>*\_\_Ksps*

**値:** キー生成で許可される CSP/KSP のセミコロン区切りリスト

**説明:** 証明書の秘密鍵を作成できるキー ストレージ プロバイダーを定義できます。値が指定されていない場合は、すべての KSP の使用が許可され、どの KSP が最適かはクライアントが決定します。有効な値は次のとおりです:

* **Microsoft Platform Crypto Provider** - 秘密鍵をデバイスの TPM に保存します。
* **Microsoft Passport Key Storage Provider**
* **Microsoft Software Key Storage Provider** - 秘密鍵をハード ドライブに保存し、マシン キーで保護します。
* **Microsoft Smart Card Key Storage Provider** - 秘密鍵をスマート カードに保存します。


---

# 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/scepman-gou-cheng/application-settings/active-directory/computer-template.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.
