> 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

PKI en la nube y gestión de certificados para Microsoft Intune y otros MDM

## Descripción general

SCEPman es una solución ligera y eficiente en recursos para emitir y validar certificados mediante 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 utiliza una CA raíz y creación de certificados basadas en Azure Key Vault.&#x20;

Por defecto, no interviene ningún otro componente, ni una base de datos ni ningún otro almacenamiento con estado, excepto el propio Azure Key Vault. Como resultado, SCEPman no tiene estado para la funcionalidad principal y **no necesitará ningún procedimiento de copia de seguridad**.&#x20;

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 de SaaS administrado**. SCEPman no requiere ningún permiso externo de proveedor.

![Flujo SCEP con Microsoft Intune](https://4115997120-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2Fgit-blob-907b29197c481875ec25c9bcc3b7c6e86e5a0f85%2Fscepman-flowchart.webp?alt=media)

La siguiente documentación te mostrará una forma sencilla de implementar certificados en clientes modernos administrados en la nube.&#x20;

## SCEPman frente a PKI heredada

Si te interesa saber más sobre el esfuerzo que implica instalar y operar una PKI heredada/en las instalaciones, como el Conector de certificados para Intune / Servicios de certificación de Active Directory (ADCS), en comparación con SCEPman, consulta el artículo a continuación.

{% content-ref url="/pages/ccd1385a9c6900dd6947cc9c600a37fe6b2e7d94" %}
[Conector de certificados](/es/otro/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 SCEPman. Sigue el enlace a continuación para orientarte sobre qué guía se adapta mejor a tu escenario y a tus 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 sobre 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.
