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

# Solicitud de firma de certificado (CSR)

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

Muchos dispositivos, 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. Contiene un Subject y puede contener extensiones X.509 como Key Usages, Extended Key Usages o Basic Constraints. Una CA puede modificar o agregar 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/administracion-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 transfiere tal cual al certificado. Se transfieren las siguientes extensiones:

* Subject Alternative Names (SANs)
* Key Usage
* Extended Key Usage

SCEPman descarta cualquier otra extensión de la CSR. Se agregan algunas extensiones a todos los certificados, como Basic Constraints (que indica que es un certificado hoja), Authority Information Access (AIA), Authority Key Identifier y Subject Key Identifier.

Si tiene una CSR a mano, vaya a **Submit 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 Browse para seleccionar un archivo CSR en formato binario y PEM. Al usar el cuadro de texto, debe pulsar después el botón Submit para emitir el certificado, mientras que al cargar un archivo CSR el certificado se emite inmediatamente. Su navegador descargará el certificado en formato codificado DER.

<figure><img src="/files/86d31a268ce94ce2addaadf01d058d07ac3aaa20" 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/administracion-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.
