> 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/fr/gestion-des-certificats/api-certificates.md).

# API REST d’inscription

{% hint style="warning" %}
Réservé à SCEPman Enterprise Edition
{% endhint %}

SCEPman propose une API REST pour inscrire des certificats à l’aide du *Enrollment over Secure Transport* (protocole EST). Il s’agit d’une alternative aux points de terminaison SCEP qui nécessitent une authentification de type SCEP, tandis que l’API REST utilise des identités Microsoft pour l’authentification. Le protocole est également beaucoup plus simple que SCEP.

L’API REST propose deux modèles d’authentification différents.

### Inscription en libre-service

En tant qu’utilisateur, vous pouvez vous authentifier de manière interactive si vous disposez du rôle CSR.SelfService. Cela vous permet de demander des certificats pour vous-même et vos appareils. Voir [Inscription en libre-service](/fr/gestion-des-certificats/api-certificates/self-service-enrollment.md) pour plus de détails.

### Inscription via l’API

Vous pouvez également vous authentifier en tant que principal de service disposant du rôle CSR.Request.Db rôle. Cela vous permet d’automatiser l’inscription de certificats pour des serveurs, des appareils IoT ou d’autres cas d’usage. Voir [Inscription via l’API](/fr/gestion-des-certificats/api-certificates/api-enrollment.md) pour plus de détails.


---

# 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/fr/gestion-des-certificats/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.
