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

# Certificate generator

The ***Certificate generator*** allows you to create a self signed certificate which is an identity certificate that is signed by the same entity whose identity is certified.

### Settings

<table><thead><tr><th width="214">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Common name</strong></td><td>Name of the certificate.</td></tr><tr><td><strong>Key size (bits)</strong></td><td><p>Indicates the key size (bits) of the certificate. Select between:</p><ul><li>1024</li><li>2048</li><li>4096</li><li>8192</li><li>16384</li></ul></td></tr><tr><td><strong>Valid from</strong></td><td>Starting date of the certificate.</td></tr><tr><td><strong>Valid to</strong></td><td>Expiration date of the certificate.</td></tr><tr><td><strong>Saving method</strong></td><td>Save the certificate into a *.pfx file or a certificate store and secure this certificate with a password.</td></tr><tr><td><strong>Location</strong></td><td>Indicate the location of the certificate.</td></tr><tr><td><strong>Store</strong></td><td>Indicate the store location of the certificate.</td></tr></tbody></table>

<table><thead><tr><th width="168">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Store</strong></td><td>Indicate the store where the certificate will be located.</td></tr><tr><td><strong>Browse store</strong></td><td>Browse the store that is indicated in the store field.</td></tr><tr><td><strong>Thumbprint</strong></td><td>Display the certificate thumbprint.</td></tr><tr><td><strong>View certificate</strong></td><td>Display the certificate that you have created.</td></tr><tr><td><strong>Private key</strong></td><td>Display the certificate private key</td></tr><tr><td><strong>View private key</strong></td><td>View the private key file on your computer.</td></tr></tbody></table>

#### See also:

* [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:

```
GET https://docs.devolutions.net/rdm/ribbon-menu-bar/tools/certificate-generator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
