> 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/it/ribbon-menu-bar/tools/certificate-generator.md).

# Generatore di certificati

Il ***Generatore di certificati*** le consente di creare un certificato autofirmato, ovvero un certificato di identità firmato dalla stessa entità la cui identità viene certificata.

### Impostazioni

<table><thead><tr><th width="214">OPZIONE</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Nome comune</strong></td><td>Nome del certificato.</td></tr><tr><td><strong>Dimensione della chiave (bit)</strong></td><td><p>Indica la dimensione della chiave (bit) del certificato. Selezioni tra:</p><ul><li>1024</li><li>2048</li><li>4096</li><li>8192</li><li>16384</li></ul></td></tr><tr><td><strong>Valido dal</strong></td><td>Data di inizio del certificato.</td></tr><tr><td><strong>Valido fino al</strong></td><td>Data di scadenza del certificato.</td></tr><tr><td><strong>Metodo di salvataggio</strong></td><td>Salvi il certificato in un file *.pfx o in un archivio certificati e protegga questo certificato con una password.</td></tr><tr><td><strong>Percorso</strong></td><td>Indichi il percorso del certificato.</td></tr><tr><td><strong>Archivio</strong></td><td>Indichi il percorso dell'archivio del certificato.</td></tr></tbody></table>

<table><thead><tr><th width="168">OPZIONE</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Archivio</strong></td><td>Indichi l'archivio in cui verrà collocato il certificato.</td></tr><tr><td><strong>Sfoglia archivio</strong></td><td>Sfogli l'archivio indicato nel campo archivio.</td></tr><tr><td><strong>Identificazione personale</strong></td><td>Visualizza l'identificazione personale del certificato.</td></tr><tr><td><strong>Visualizza certificato</strong></td><td>Visualizza il certificato che ha creato.</td></tr><tr><td><strong>Chiave privata</strong></td><td>Visualizza la chiave privata del certificato</td></tr><tr><td><strong>Visualizza chiave privata</strong></td><td>Visualizzi il file della chiave privata sul suo computer.</td></tr></tbody></table>

#### Consulti anche:

* [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/it/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.
