> 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/de/scepman-konfiguration/application-settings/active-directory/rdp-template.md).

# RDP-Template

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

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

**Wert:** *true* oder *falsch* (Standard)

**Beschreibung:** Diese Einstellung aktiviert die Zertifikatsvorlage `SCEPmanRdpServer`

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

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

**Wert:** Name der Zertifikatsvorlage

**Beschreibung:** Diese Einstellung ermöglicht es Ihnen, einen benutzerdefinierten Vorlagennamen für diese Zertifikatsvorlage auszuwählen. Er wird angezeigt, wenn Sie ein Zertifikat dieser Vorlage manuell beantragen. Für maximale Kompatibilität wählen Sie einen Namen mit nur alphanumerischen Zeichen und ohne Leerzeichen.

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

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

**Wert:** Durch Kommas getrennte Liste von AD-Gruppen, angegeben durch ihre SID

**Beschreibung:** Diese Einstellung schränkt ein, welche Mitglieder der Active Directory-Gruppe berechtigt sind, Zertifikate für diese Zertifikatsvorlage zu beantragen. Wenn konfiguriert, setzt sie die allgemeine Einstellung außer Kraft [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*

**Wert:** Durch Semikolons getrennte Liste von CSPs/KSPs, die für die Schlüsselerzeugung erlaubt sind

**Beschreibung:** Sie können die Schlüssel-Speicheranbieter definieren, bei denen der private Schlüssel des Zertifikats erstellt werden kann. Wenn kein Wert angegeben ist, dürfen alle KSPs verwendet werden, und der Client entscheidet, welcher KSP am besten passt. Zulässige Werte sind:

* **Microsoft Platform Crypto Provider** - Speichert den privaten Schlüssel im TPM des Geräts.
* **Microsoft Passport Key Storage Provider**
* **Microsoft Software Key Storage Provider** - Speichert den privaten Schlüssel auf der Festplatte, gesichert mit dem Maschinen-Schlüssel.
* **Microsoft Smart Card Key Storage Provider** - Speichert den privaten Schlüssel auf einer Smartcard.


---

# 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/de/scepman-konfiguration/application-settings/active-directory/rdp-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.
