> 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/es/gestion-de-certificados/certificate-master.md).

# Certificate Master

{% hint style="warning" %}
Solo en la edición Enterprise de SCEPman
{% endhint %}

## Resumen

{% embed url="<https://youtu.be/kr8uBPlG4J8?t=122>" %}
Resumen rápido de SCEPman Certificate Master
{% endembed %}

Certificate Master es el segundo App Service en cada implementación de SCEPman, identificable por la designación "-cm" en el nombre del App Service (a menos que se haya modificado).

Los siguientes sitios ofrecen información detallada sobre cómo emitir certificados a través de la interfaz de usuario de Certificate Master para casos de uso comunes.

{% content-ref url="/pages/4329bb1f206b8c5f369a8b4efd50f818dd8e3bef" %}
[Administrar certificados](/es/gestion-de-certificados/certificate-master/manage-certificates.md)
{% endcontent-ref %}

{% content-ref url="/pages/48459b59ebdf9513990b11dd3c253f1184cb63a9" %}
[Solicitud de firma de certificado (CSR)](/es/gestion-de-certificados/certificate-master/certificate-signing-request-csr.md)
{% endcontent-ref %}

{% content-ref url="/pages/1baa146cb9984d24629d035a68824e32998357a7" %}
[Certificado de servidor TLS](/es/gestion-de-certificados/certificate-master/tls-server-certificate-pkcs-12.md)
{% endcontent-ref %}

{% content-ref url="/pages/8418d34ecb042c153e0b6b901651d4f896e5d791" %}
[Certificado de inspección TLS (Sub CA)](/es/gestion-de-certificados/certificate-master/sub-ca-certificate.md)
{% endcontent-ref %}

{% content-ref url="/pages/b84f20b92efff3e48f1b8b6ecb1552182796d801" %}
[Certificado de firma de código](/es/gestion-de-certificados/certificate-master/code-signing-certificate.md)
{% endcontent-ref %}

{% content-ref url="/pages/62ea68574a94e9b4dba753f07174aa879155bc62" %}
[Certificado de dispositivo](/es/gestion-de-certificados/certificate-master/client-certificate-pkcs-12.md)
{% endcontent-ref %}

{% content-ref url="/pages/0aeef589fce961546e9e47ceb75e05bbab5c3e1e" %}
[Certificado de usuario](/es/gestion-de-certificados/certificate-master/user-certificate.md)
{% endcontent-ref %}

## Primeros pasos

Para acceder a Certificate Master, primero deberá asignar el rol previsto a su cuenta de usuario. Consulte el siguiente artículo sobre el control de acceso basado en roles de Certificate Master:

{% content-ref url="/pages/3de9ff34dc8c409052a336142e4c28d3d3120707" %}
[RBAC maestro de certificados](/es/configuracion-de-scepman/rbac.md)
{% endcontent-ref %}

## Página principal de Certificate Master:

<figure><img src="https://4115997120-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/es/gestion-de-certificados/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.
