> 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-vorlage.md).

# RDP-Vorlage

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

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

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

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

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

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

**Wert:** Name der Zertifikatvorlage

**Beschreibung:** Diese Einstellung ermöglicht es Ihnen, einen benutzerdefinierten Vorlagennamen für diese Zertifikatvorlage zu wählen. Er wird angezeigt, wenn Sie ein Zertifikat dieser Vorlage manuell registrieren. 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>:Gruppenfilter

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

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

**Beschreibung:** Diese Einstellung schränkt ein, welche Mitglieder von Active Directory-Gruppen berechtigt sind, Zertifikate für diese Zertifikatvorlage zu beantragen. Wenn konfiguriert, überschreibt sie die allgemeine Einstellung [AppConfig:ActiveDirectory:Gruppenfilter](#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 Key Storage Provider festlegen, in denen der private Schlüssel des Zertifikats möglicherweise erstellt wird. Wenn kein Wert angegeben ist, dürfen alle KSPs verwendet werden, und der Client entscheidet, welcher KSP am besten geeignet ist. 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 Maschinenschlü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-vorlage.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.
