> 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/resources/de/other-resources/install-root-certificates.md).

# Root-Zertifikate installieren

Hier finden Sie die Vorgehensweise zur Installation von Root-Zertifikaten.

{% hint style="info" %}
Firefox vertraut nicht denselben Zertifikaten wie Windows, weshalb eine Einstellung angewendet werden muss, um dies zu ermöglichen.

Bitte konsultieren Sie den [Wissensdatenbank-Artikel von Mozilla](https://support.mozilla.org/en-US/kb/setting-certificate-authorities-firefox).
{% endhint %}

{% tabs %}
{% tab title="Windows" %}

1. Öffnen Sie die Microsoft Management-Konsole, indem Sie im ***Start***-Menü nach ***MMC*** suchen. Eine andere Möglichkeit besteht darin, die Tasten <kbd>Windows</kbd>+<kbd>R</kbd> auf Ihrer Tastatur zu drücken und im Fenster ***Ausführen*** nach ***MMC*** zu suchen.
2. Wählen Sie ***Datei – Snap-In hinzufügen/entfernen***.
3. Wählen Sie im Feld ***Verfügbare Snap-Ins*** die Option ***Zertifikate***.
4. Klicken Sie auf die Schaltfläche ***Hinzufügen***.
5. Wählen Sie im Assistenten ***Computerkonto*** und klicken Sie dann auf ***Weiter***.
6. Wählen Sie ***Lokaler Computer*** und klicken Sie dann auf ***Fertig stellen***, um den Assistenten zu beenden.
7. Klicken Sie auf ***OK***, um Ihre Änderungen zu speichern. Dadurch wird auch das Dialogfeld ***Snap-Ins hinzufügen oder entfernen*** geschlossen.
8. Wählen Sie in der Konsole ***Zertifikate (Lokaler Computer)***.
9. Klicken Sie im Feld ***Logischer Speichername*** mit der rechten Maustaste auf ***Vertrauenswürdige Stammzertifizierungsstellen*** und wählen Sie ***Alle Aufgaben – Importieren***.
10. Folgen Sie den Anweisungen im ***Zertifikatimport-Assistenten*** und geben Sie die vorhandene Zertifikatsdatei an.
    {% endtab %}

{% tab title="Linux" %}

1. sudo mkdir /usr/local/share/ca-certificates/extra
2. sudo cp ca.crt /usr/local/share/ca-certificates/extra/ca.crt
3. sudo update-ca-certificates

Achten Sie darauf, dass in den Ausgabemeldungen eine "1" hinzugefügt wird.
{% endtab %}
{% endtabs %}


---

# 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/resources/de/other-resources/install-root-certificates.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.
