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

# Documentación de SCEPman

## Resumen

SCEPman es una solución ligera y eficiente en recursos para emitir y validar certificados usando el Protocolo simple de inscripción de certificados (SCEP). **Es una aplicación web de Azure que proporciona el protocolo SCEP y funciona directamente con Microsoft Graph y la API de Intune.** SCEPman usa una CA raíz y creación de certificados basadas en Azure Key Vault. De forma predeterminada, no interviene ningún otro componente, ni una base de datos ni ningún otro almacenamiento con estado, salvo el propio Azure Key Vault. Dicho esto, SCEPman **no necesitará ningún procedimiento de copia de seguridad** ni otras tareas a nivel operativo. Solo se necesita una suscripción de Azure para implementarlo.

SCEPman te da control sobre cómo y dónde se procesan y almacenan los datos. Según el modelo de implementación, SCEPman puede ejecutarse ya sea dentro de **tu Tenant de Azure** o como una **oferta SaaS administrada**. No se requieren permisos de proveedores externos en tu Tenant.

![Flujo SCEP con Microsoft Intune](/files/73df27fc911d49640cfef31d648ecd96b75a5275)

La siguiente documentación te mostrará una forma sencilla de desplegar certificados en clientes modernos administrados en la nube. Sin ninguna PKI local, tus usuarios y dispositivos podrán obtener certificados.

## SCEPman vs. PKI heredada

Si te interesa saber más sobre el esfuerzo que implica instalar y operar una PKI heredada/local, como el Certificate Connector for Intune / Active Directory Certificate Services (ADCS), en comparación con SCEPman, consulta el artículo siguiente.

{% content-ref url="/pages/ccd1385a9c6900dd6947cc9c600a37fe6b2e7d94" %}
[Conector de certificados](/es/otros/faqs/certificate-connector.md)
{% endcontent-ref %}

## Obtén más detalles sobre SCEPman

{% embed url="<https://www.youtube.com/watch?v=kr8uBPlG4J8>" %}
SCEPman 2.0 - ¿Qué hay de nuevo?
{% endembed %}

{% content-ref url="/pages/a4209aeeff1df77adaeda7513fafaed370cb616e" %}
[Resumen](/es/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/b48f78ef40a1a1b7a49d30e4e2d5a7482a376db5" %}
[Ediciones](/es/editions.md)
{% endcontent-ref %}

## Guías de SCEPman

Ofrecemos dos guías para implementar el entorno de SCEPman. Sigue el enlace siguiente para orientarte sobre qué guía se adapta mejor a tu escenario y requisitos de implementación:

{% content-ref url="/pages/e4b5b489312d328f5d988c2fe47d683925e995fa" %}
[Primeros pasos](/es/despliegue-de-scepman/deployment-guides.md)
{% endcontent-ref %}

## Registro de cambios

Las noticias de nuestro desarrollo y nuestra hoja de ruta se pueden encontrar en el **Registro de cambios**.

{% content-ref url="/pages/8c222fd693c65ad069a22832fdc3b936693c3139" %}
[Registro de cambios](/es/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/es/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.
