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

# Certificate Master

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

## Übersicht

{% embed url="<https://youtu.be/kr8uBPlG4J8?t=122>" %}
SCEPman Certificate Master Kurzübersicht
{% endembed %}

Certificate Master ist der zweite App Service innerhalb jeder SCEPman-Bereitstellung und anhand der Bezeichnung "-cm" im Namen des App Service erkennbar (sofern nicht geändert).

Die unten stehenden Seiten bieten detaillierte Informationen dazu, wie Zertifikate über die Benutzeroberfläche von Certificate Master für gängige Anwendungsfälle ausgestellt werden.

{% content-ref url="/pages/35d3c2887e165d02422f2d997f245925768a346d" %}
[Zertifikate verwalten](/de/zertifikatsverwaltung/certificate-master/manage-certificates.md)
{% endcontent-ref %}

{% content-ref url="/pages/a7d32f66f84301e47dcb6d2749c29227eeb97dc2" %}
[Certificate Signing Request (CSR)](/de/zertifikatsverwaltung/certificate-master/certificate-signing-request-csr.md)
{% endcontent-ref %}

{% content-ref url="/pages/75e8114c295c4aa3a4053e245e8c2b4d63b1207e" %}
[TLS-Serverzertifikat](/de/zertifikatsverwaltung/certificate-master/tls-server-certificate-pkcs-12.md)
{% endcontent-ref %}

{% content-ref url="/pages/0ff6fb962920941a27e5209ec19ab220b3dfcb93" %}
[TLS-Inspektionszertifikat (Sub-CA)](/de/zertifikatsverwaltung/certificate-master/sub-ca-certificate.md)
{% endcontent-ref %}

{% content-ref url="/pages/be7cc8e7ef4552f2e6bc721b103835bac232f88d" %}
[Code-Signing-Zertifikat](/de/zertifikatsverwaltung/certificate-master/code-signing-certificate.md)
{% endcontent-ref %}

{% content-ref url="/pages/8ebf91e02d157f879513c841d794b71c2a398a76" %}
[Gerätezertifikat](/de/zertifikatsverwaltung/certificate-master/client-certificate-pkcs-12.md)
{% endcontent-ref %}

{% content-ref url="/pages/f0c9d36a1fdbf725002688ecd1e6442bbfd3fb9e" %}
[Benutzerzertifikat](/de/zertifikatsverwaltung/certificate-master/user-certificate.md)
{% endcontent-ref %}

## Erste Schritte

Um auf Certificate Master zuzugreifen, müssen Sie zunächst Ihrem Benutzerkonto die vorgesehene Rolle zuweisen. Bitte lesen Sie den folgenden Artikel zum Role-Based Access Control von Certificate Master:

{% content-ref url="/pages/b78e280494330ea0bf6fcbe8ac4042c4d4bcb998" %}
[Certificate Master RBAC](/de/scepman-konfiguration/rbac.md)
{% endcontent-ref %}

## Startseite von Certificate Master:

<figure><img src="https://2075553437-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2FA4fJCZ8AKKw1AtWToXnn%2Fimage.png?alt=media&amp;token=b20c5b1b-059e-4192-953e-ab39a7967f52" alt=""><figcaption></figcaption></figure>


---

# 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/zertifikatsverwaltung/certificate-master.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.
