> 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

Cloud-PKI- und Zertifikatsverwaltung für Microsoft Intune und andere MDMs

## Übersicht

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 der Microsoft Graph und Intune API arbeitet.** SCEPman verwendet eine auf Azure Key Vault basierende Root-CA und Zertifikatserstellung.&#x20;

Standardmäßig ist keine weitere Komponente beteiligt, weder eine Datenbank noch ein anderer zustandsbehafteter Speicher, außer dem Azure Key Vault selbst. Dadurch ist SCEPman für die Kernfunktionalität zustandslos und **erfordert keine Sicherungsverfahren**.&#x20;

SCEPman gibt Ihnen Kontrolle darüber, wie und wo Daten verarbeitet und gespeichert werden. Je nach Bereitstellungsmodell kann SCEPman entweder innerhalb **Ihres Azure Tenant** oder als ein **verwaltetes SaaS-Angebot**laufen. SCEPman erfordert keine Berechtigungen von externen Anbietern.

![SCEP-Ablauf mit Microsoft Intune](https://2075553437-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2Fgit-blob-907b29197c481875ec25c9bcc3b7c6e86e5a0f85%2Fscepman-flowchart.webp?alt=media)

Die folgende Dokumentation zeigt Ihnen einen unkomplizierten Weg, Zertifikate auf moderne, cloudverwaltete Clients bereitzustellen.&#x20;

## 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 für 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/andere/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 für die Bereitstellung der SCEPman-Umgebung an. Bitte folgen Sie dem folgenden 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 zu unserer Entwicklung und unserer Roadmap finden Sie unter **Ä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.
