> 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/zertifikatsverwaltung/api-certificates.md).

# Registrierungs-REST-API

{% hint style="warning" %}
Nur SCEPman Enterprise Edition
{% endhint %}

SCEPman bietet eine REST-API, um Zertifikate mithilfe des *Enrollment over Secure Transport* (EST)-Protokolls auszustellen. Dies ist eine Alternative zu den SCEP-Endpunkten, die die SCEP-artige Authentifizierung erfordern, während die REST-API Microsoft-Identitäten zur Authentifizierung verwendet. Das Protokoll ist außerdem viel einfacher als SCEP.

Die REST-API bietet zwei verschiedene Authentifizierungsmodelle.

### Self-Service-Registrierung

Als Benutzer können Sie sich interaktiv authentifizieren, wenn Sie über die Rolle CSR.SelfService verfügen. Dadurch können Sie Zertifikate für sich selbst und Ihre Geräte anfordern. Siehe [Self-Service-Registrierung](/de/zertifikatsverwaltung/api-certificates/self-service-enrollment.md) für weitere Details.

### API-Registrierung

Sie können sich auch als Service Principal authentifizieren, der über die CSR.Request.Db Rolle verfügt. Dadurch können Sie die Zertifikatsregistrierung für Server, IoT-Geräte oder andere Anwendungsfälle automatisieren. Siehe [API-Registrierung](/de/zertifikatsverwaltung/api-certificates/api-enrollment.md) für Details.


---

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

```
GET https://docs.scepman.com/de/zertifikatsverwaltung/api-certificates.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.
