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

# Générateur de certificats

Le ***Générateur de certificats*** vous permet de créer un certificat auto-signé, soit un certificat d'identité qui est signé par la même entité dont l'identité est certifiée.

### Paramètres

<table><thead><tr><th width="214">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Nom commun</strong></td><td>Nom du certificat.</td></tr><tr><td><strong>Taille de la clé (bits)</strong></td><td><p>Indique la taille de la clé (bits) du certificat. Choisissez parmi :</p><ul><li>1024</li><li>2048</li><li>4096</li><li>8192</li><li>16384</li></ul></td></tr><tr><td><strong>Valide à partir du</strong></td><td>Date de début du certificat.</td></tr><tr><td><strong>Valide jusqu'au</strong></td><td>Date d'expiration du certificat.</td></tr><tr><td><strong>Méthode d'enregistrement</strong></td><td>Enregistrez le certificat dans un fichier *.pfx ou dans un magasin de certificats et protégez ce certificat avec un mot de passe.</td></tr><tr><td><strong>Emplacement</strong></td><td>Indiquez l'emplacement du certificat.</td></tr><tr><td><strong>Magasin</strong></td><td>Indiquez l'emplacement du magasin du certificat.</td></tr></tbody></table>

<table><thead><tr><th width="168">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Magasin</strong></td><td>Indiquez le magasin où le certificat sera situé.</td></tr><tr><td><strong>Parcourir le magasin</strong></td><td>Parcourez le magasin qui est indiqué dans le champ du magasin.</td></tr><tr><td><strong>Empreinte numérique</strong></td><td>Affiche l'empreinte numérique du certificat.</td></tr><tr><td><strong>Afficher le certificat</strong></td><td>Affiche le certificat que vous avez créé.</td></tr><tr><td><strong>Clé privée</strong></td><td>Affiche la clé privée du certificat</td></tr><tr><td><strong>Afficher la clé privée</strong></td><td>Affichez le fichier de clé privée sur votre ordinateur.</td></tr></tbody></table>

#### Voir aussi :

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