> 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/certificate-signing-request-csr.md).

# Solicitud de firma de certificado (CSR)

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

Muchas aplicaciones, servicios web y herramientas ofrecen la opción de generar un par de claves y una Solicitud de firma de certificado (CSR). La CSR es similar a un certificado X.509, pero carece de la firma de una CA. Sí contiene un Subject y puede contener extensiones X.509 como usos de clave, usos de clave extendidos o restricciones básicas. Una CA puede modificar o añadir cualquiera de estas propiedades al emitir un certificado basado en una CSR. Como alternativa a la CSR, puede [generar un certificado incluyendo la clave privada ](/es/gestion-de-certificados/certificate-master/tls-server-certificate-pkcs-12.md)con Certificate Master también.

Al enviar una CSR a través de SCEPman Certificate Master, el Subject se conserva tal cual en el certificado. Las siguientes extensiones se conservan:

* Nombres alternativos del sujeto (SANs)
* Uso de clave
* Uso extendido de clave

SCEPman descarta cualquier otra extensión de la CSR. Algunas extensiones se añaden a todos los certificados, como Restricciones básicas (que indican que es un certificado de entidad final), Acceso a la información de la autoridad (AIA), Identificador de clave de la autoridad e Identificador de clave del sujeto.

Si tiene una CSR a mano, navegue a **Enviar CSR** en el menú superior de SCEPman Certificate Master. Puede copiar y pegar la CSR en formato PEM (es decir, texto) en el cuadro de texto, o arrastrar y soltar el archivo CSR en formato binario o PEM en el área gris de la parte inferior. También puede usar el enlace Examinar para seleccionar un archivo CSR en formato binario y PEM. Al usar el cuadro de texto, debe pulsar después el botón Enviar para emitir el certificado, mientras que al cargar un archivo CSR el certificado se emite de inmediato. Su navegador descargará el certificado en formato codificado DER.

<figure><img src="https://4115997120-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2FycJv12QPefhFEY6xPTXE%2Fimage.png?alt=media&amp;token=48ed0030-b53b-4748-8c5b-4c6ba7b2d90d" 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/certificate-signing-request-csr.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.
