> 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/readme.md).

# SCEPman-Dokumentation

## Überblick

SCEPman ist eine schlanke und ressourcenschonende Lösung zum Ausstellen und Validieren von Zertifikaten mithilfe des Simple Certificate Enrollment Protocol (SCEP). **Es ist eine Azure Web App, die das SCEP-Protokoll bereitstellt und direkt mit Microsoft Graph und der Intune-API zusammenarbeitet.** SCEPman verwendet eine auf Azure Key Vault basierende Root-CA und Zertifikatserstellung. Standardmäßig ist keine andere Komponente beteiligt, weder eine Datenbank noch sonstiger zustandsbehafteter Speicher, außer dem Azure Key Vault selbst. Das heißt, SCEPman **wird keine Backup-Verfahren benötigen** oder andere Aufgaben auf Betriebsebene. Für die Bereitstellung ist nur ein Azure-Abonnement erforderlich.

SCEPman gibt Ihnen die Kontrolle darüber, wie und wo Daten verarbeitet und gespeichert werden. Je nach Bereitstellungsmodell kann SCEPman entweder innerhalb **Ihres Azure Tenant** oder als **verwaltetes SaaS-Angebot**betrieben werden. Es sind keine Berechtigungen externer Anbieter in Ihrem Tenant erforderlich.

![SCEP-Ablauf mit Microsoft Intune](/files/57deb61e367d64c38a8b4de6401331817a0b06e3)

Die folgende Dokumentation zeigt Ihnen einen unkomplizierten Weg, Zertifikate auf moderne cloudverwaltete Clients bereitzustellen. Ohne eine lokale PKI können Ihre Benutzer und Geräte Zertifikate erhalten.

## SCEPman vs. Legacy-PKI

Wenn Sie mehr über den Aufwand erfahren möchten, der mit der Installation und dem Betrieb einer Legacy-/On-Premises-PKI wie dem Certificate Connector for Intune / Active Directory Certificate Services (ADCS) im Vergleich zu SCEPman verbunden ist, lesen Sie bitte den folgenden Artikel.

{% content-ref url="/pages/7930e143009b293ad5526c4e0b731ebc1580a6fb" %}
[Zertifikats-Connector](/de/sonstiges/faqs/certificate-connector.md)
{% endcontent-ref %}

## Erfahren Sie mehr über SCEPman

{% embed url="<https://www.youtube.com/watch?v=kr8uBPlG4J8>" %}
SCEPman 2.0 - Was ist neu?
{% endembed %}

{% content-ref url="/pages/32106ba687e2ab3018f0656938c5c4688c33647c" %}
[Überblick](/de/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/996e829cd5b558ebf0686c5f6421757997955dfc" %}
[Editionen](/de/editions.md)
{% endcontent-ref %}

## SCEPman-Anleitungen

Wir bieten zwei Anleitungen zur Bereitstellung der SCEPman-Umgebung an. Bitte folgen Sie dem unten stehenden Link, um herauszufinden, welche Anleitung für Ihr Szenario und Ihre Bereitstellungsanforderungen am besten geeignet ist:

{% content-ref url="/pages/13774cc005725182624452e474437308001cf000" %}
[Erste Schritte](/de/scepman-bereitstellung/deployment-guides.md)
{% endcontent-ref %}

## Änderungsprotokoll

Neuigkeiten aus unserer Entwicklung und unserer Roadmap finden Sie unter dem **Änderungsprotokoll**.

{% content-ref url="/pages/08836780287f58ab93ba97f619d5d7cc8ee47e50" %}
[Änderungsprotokoll](/de/changelog.md)
{% endcontent-ref %}


---

# 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/readme.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.
