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

# Zertifikatsgenerator

Der ***Zertifikatsgenerator*** ermöglicht es Ihnen, ein selbstsigniertes Zertifikat zu erstellen, also ein Identitätszertifikat, das von derselben Entität signiert wurde, deren Identität es bestätigt.

### Einstellungen

<table><thead><tr><th width="214">OPTION</th><th>BESCHREIBUNG</th></tr></thead><tbody><tr><td><strong>Gemeinsamer Name</strong></td><td>Name des Zertifikats.</td></tr><tr><td><strong>Schlüsselgröße (Bits)</strong></td><td><p>Gibt die Schlüsselgröße (Bits) des Zertifikats an. Wählen Sie zwischen:</p><ul><li>1024</li><li>2048</li><li>4096</li><li>8192</li><li>16384</li></ul></td></tr><tr><td><strong>Gültig von</strong></td><td>Startdatum des Zertifikats.</td></tr><tr><td><strong>Gültig bis</strong></td><td>Ablaufdatum des Zertifikats.</td></tr><tr><td><strong>Speichermethode</strong></td><td>Speichern Sie das Zertifikat in einer *.pfx-Datei oder einem Zertifikatspeicher und schützen Sie dieses Zertifikat mit einem Passwort.</td></tr><tr><td><strong>Speicherort</strong></td><td>Geben Sie den Speicherort des Zertifikats an.</td></tr><tr><td><strong>Speicher</strong></td><td>Geben Sie den Speicherort des Zertifikatspeichers an.</td></tr></tbody></table>

<table><thead><tr><th width="168">OPTION</th><th>BESCHREIBUNG</th></tr></thead><tbody><tr><td><strong>Speicher</strong></td><td>Geben Sie den Speicher an, in dem sich das Zertifikat befinden soll.</td></tr><tr><td><strong>Speicher durchsuchen</strong></td><td>Durchsuchen Sie den im Feld Speicher angegebenen Speicher.</td></tr><tr><td><strong>Fingerabdruck</strong></td><td>Zeigt den Fingerabdruck des Zertifikats an.</td></tr><tr><td><strong>Zertifikat anzeigen</strong></td><td>Zeigt das von Ihnen erstellte Zertifikat an.</td></tr><tr><td><strong>Privater Schlüssel</strong></td><td>Zeigt den privaten Schlüssel des Zertifikats an</td></tr><tr><td><strong>Privaten Schlüssel anzeigen</strong></td><td>Zeigt die Datei des privaten Schlüssels auf Ihrem Computer an.</td></tr></tbody></table>

#### Siehe auch:

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