# SCEPman-Einstellungen

Der Abschnitt beschreibt zusätzliche Einstellungen für das Verhalten von SCEPman. Alle diese sind jedoch optional, und wir empfehlen, einfach mit den Standardwerten zu beginnen.

Einstellungen können bei Bedarf manuell hinzugefügt oder geändert werden. Einige Änderungen können Ihrem Dienst schaden. Bitte lesen Sie alle Informationen zu einer Einstellung sorgfältig durch, bevor Sie Änderungen vornehmen.

Für jede Einstellung können Sie wählen, ob Sie die Einstellung in der App Service Configuration oder in Azure Key Vault definieren möchten. Wenn Sie dieselbe Einstellung an beiden Stellen definieren, hat Azure Key Vault Vorrang.

## Bequeme Konfiguration in der App Service Configuration

<figure><img src="/files/cd7aa669b87660fd69c24a5943a95411e5ce7283" alt=""><figcaption></figcaption></figure>

Wir empfehlen, Einstellungen in der App Service Configuration zu definieren, außer bei Passwörtern.

## Linux-Konfiguration

Alle vorhandenen Einstellungen sind sowohl für Windows- als auch für Linux-App Services verfügbar.

Bei der Konfiguration von Umgebungsvariablen für Linux müssen Doppelpunkte durch zwei Unterstriche ersetzt werden.&#x20;

Zum Beispiel akzeptiert ein Windows App Service *AppConfig:LicenseKey*während ein Linux App Service akzeptiert *AppConfig\_\_LicenseKey.*

## Sichere Konfiguration in Azure Key Vault

Insbesondere für sensible Informationen können Sie Einstellungen auch als Secrets in Azure Key Vault konfigurieren. Sie müssen zunächst einem Administratorkonto Bearbeitungsrechte für Secrets im Azure Key Vault gewähren, der Ihrer SCEPman-Instanz zugeordnet ist. Anschließend können Sie dieses Administratorkonto verwenden, um neue Secrets zu definieren.

**Hinweis:** Verwenden Sie in Konfigurationsnamen doppelte Bindestriche statt Doppelpunkten! Zum Beispiel statt *AppConfig:DCValidation:RequestPassword*muss das Secret benannt werden *AppConfig--DCValidation--RequestPassword*.

Wir empfehlen, diese Art der Konfiguration nur für sensible Informationen zu verwenden.

## Liste der Einstellungen

{% content-ref url="/pages/a0f5e442ff5311ec2744e1f642bc2a7c6ba82029" %}
[Grundlagen](/de/scepman-konfiguration/application-settings/basics.md)
{% endcontent-ref %}

{% content-ref url="/pages/5fce0f23c0815cceffaeec9108e6930817608b5c" %}
[Zertifikate](/de/scepman-konfiguration/application-settings/certificates.md)
{% endcontent-ref %}

{% content-ref url="/pages/0781259cebf945dfff2db9abd08d4ff467dc2e56" %}
[Intune-Validierung](/de/scepman-konfiguration/application-settings/scep-endpoints/intune-validation.md)
{% endcontent-ref %}

{% content-ref url="/pages/5d369c8dc4d2c266fd9f74ae3ee83146a46e0427" %}
[Jamf-Validierung](/de/scepman-konfiguration/application-settings/scep-endpoints/jamf-validation.md)
{% endcontent-ref %}

{% content-ref url="/pages/54038db5252f2e50d941b0b5087fd49525260cac" %}
[DC-Validierung](/de/scepman-konfiguration/application-settings/scep-endpoints/dc-validation.md)
{% endcontent-ref %}

{% content-ref url="/pages/69e27e1f1dbac8f9289461b23ad5b7a2eed27895" %}
[Statische Validierung](/de/scepman-konfiguration/application-settings/scep-endpoints/static-validation.md)
{% endcontent-ref %}

{% content-ref url="/pages/69e27e1f1dbac8f9289461b23ad5b7a2eed27895" %}
[Statische Validierung](/de/scepman-konfiguration/application-settings/scep-endpoints/static-validation.md)
{% endcontent-ref %}

{% content-ref url="/pages/994ec0ddd53b7f8a523d2716a235c7e9fa4ee690" %}
[Certificate Master](/de/scepman-konfiguration/application-settings/csr-validation.md)
{% endcontent-ref %}

{% content-ref url="/pages/1401b213df882808ba66cab011f6bb63872b0733" %}
[Microsoft Entra ID (Azure AD)](/de/scepman-konfiguration/application-settings/dependencies-azure-services/azure-ad.md)
{% endcontent-ref %}

{% content-ref url="/pages/67cfe82dabd1e32add6b429496ff5dd527132d9d" %}
[Azure Key Vault](/de/scepman-konfiguration/application-settings/dependencies-azure-services/azure-keyvault.md)
{% endcontent-ref %}

{% content-ref url="/pages/a6f57cedca7238e3ef01d42e784f1abea59a5575" %}
[Nationale Cloud-Plattformen](/de/scepman-konfiguration/application-settings/dependencies-azure-services/national-cloud-platforms.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.scepman.com/de/scepman-konfiguration/application-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
