> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/es/ribbon-menu-bar/tools/certificate-generator.md).

# Generador de certificados

El ***Generador de certificados*** le permite crear un certificado autofirmado, que es un certificado de identidad firmado por la misma entidad cuya identidad certifica.

### Configuración

<table><thead><tr><th width="214">OPCIÓN</th><th>DESCRIPCIÓN</th></tr></thead><tbody><tr><td><strong>Nombre común</strong></td><td>Nombre del certificado.</td></tr><tr><td><strong>Tamaño de clave (bits)</strong></td><td><p>Indica el tamaño de clave (bits) del certificado. Seleccione entre:</p><ul><li>1024</li><li>2048</li><li>4096</li><li>8192</li><li>16384</li></ul></td></tr><tr><td><strong>Válido desde</strong></td><td>Fecha de inicio del certificado.</td></tr><tr><td><strong>Válido hasta</strong></td><td>Fecha de vencimiento del certificado.</td></tr><tr><td><strong>Método de guardado</strong></td><td>Guarde el certificado en un fichero *.pfx o en un almacén de certificados y proteja este certificado con una contraseña.</td></tr><tr><td><strong>Ubicación</strong></td><td>Indique la ubicación del certificado.</td></tr><tr><td><strong>Almacén</strong></td><td>Indique la ubicación del almacén del certificado.</td></tr></tbody></table>

<table><thead><tr><th width="168">OPCIÓN</th><th>DESCRIPCIÓN</th></tr></thead><tbody><tr><td><strong>Almacén</strong></td><td>Indique el almacén donde se ubicará el certificado.</td></tr><tr><td><strong>Examinar almacén</strong></td><td>Examine el almacén indicado en el campo de almacén.</td></tr><tr><td><strong>Huella digital</strong></td><td>Muestra la huella digital del certificado.</td></tr><tr><td><strong>Ver certificado</strong></td><td>Muestra el certificado que ha creado.</td></tr><tr><td><strong>Clave privada</strong></td><td>Muestra la clave privada del certificado</td></tr><tr><td><strong>Ver clave privada</strong></td><td>Vea el fichero de clave privada en su ordenador.</td></tr></tbody></table>

#### Véase también:

* [Devolutions Academy - Built-in generators: passwords, certificates, ports, and network scan](https://academy.devolutions.net/student/activity/3381288-built-in-generators-passwords-certificates-ports-and-network-scan)


---

# 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.devolutions.net/rdm/es/ribbon-menu-bar/tools/certificate-generator.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.
