> For the complete documentation index, see [llms.txt](https://support.powerio.com/hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.powerio.com/hub/security/gerat/verschluesselung-und-zertifikate.md).

# Verschlüsselung und Zertifikate

## HTTPS und TLS

Die Weboberfläche kann verschlüsselt betrieben werden. HTTPS ist konfigurierbar und muss dafür aktiviert werden; bei aktivem HTTPS wird HTTP auf die verschlüsselte Verbindung umgeleitet.

Unterstützt werden **TLS 1.2 und TLS 1.3** mit AES-128-GCM, AES-256-GCM oder ChaCha20-Poly1305. Der Schlüsselaustausch erfolgt über ECDHE mit `X25519`, `prime256v1` oder `secp384r1` beziehungsweise über DHE. Die Server-Authentifizierung nutzt ECDSA oder RSA mit SHA-256 oder SHA-384.

## Zertifikate

{% tabs %}
{% tab title="Automatisch" %}
Das Gerät erzeugt auf Wunsch selbst ein Zertifikat auf Basis der Kurve `prime256v1` mit SHA-256. HTTPS ist damit ohne externe Werkzeuge nutzbar.
{% endtab %}

{% tab title="Eigenes Zertifikat" %}
Ein kundeneigenes EC- oder RSA-Zertifikat kann als PEM oder PKCS#12 eingebunden werden. Das ermöglicht die Integration in eine bestehende PKI und die Verwendung offiziell signierter Zertifikate.
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Die Server-Authentifizierung ist erst belastbar, wenn Zertifikat oder Fingerprint über einen vertrauenswürdigen Weg geprüft wurde.
{% endhint %}

### Zertifikat-Fingerprint

Die Weboberfläche zeigt zur Identifikation des HTTPS-Zertifikats einen SHA-1-Fingerprint an. Dieser dient ausschließlich der Wiedererkennung des Zertifikats und wird nicht für Passwortprüfung oder Signaturen verwendet.

## Diagnosearchive

Diagnosearchive können optional für ein Empfängerzertifikat verschlüsselt werden. Verwendet wird **CMS/S-MIME mit AES-256-CBC**; der Schlüsseltransport richtet sich nach dem öffentlichen Schlüssel des Empfängerzertifikats.

{% hint style="info" %}
Ein Diagnosearchiv kann betriebsbezogene Daten enthalten. Übertragen Sie es nur über vertrauenswürdige Wege oder in verschlüsselter Form. Die Erstellung ist unter [Diagnose Datei erstellen](https://app.gitbook.com/s/TXmRnUpH3eRGvNZHbUed/powerio-system-faq/diagnose-datei-erstellen) beschrieben.
{% endhint %}

## Einstellungs-Export

Der Export der Geräteeinstellungen ist lediglich formatverschleiert und bietet keine kryptografische Vertraulichkeit.

{% hint style="warning" %}
Eine Exportdatei enthält vertrauliche Konfigurationsdaten. Behandeln Sie sie wie eine Klartext-Konfiguration: sicher speichern, nicht weitergeben und nicht über unsichere Kanäle übertragen.
{% endhint %}


---

# 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://support.powerio.com/hub/security/gerat/verschluesselung-und-zertifikate.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.
