<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.wvds.it/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.wvds.it/wiki/feed.php">
        <title>WvdS Doku - de:int:pqcrypt:administrator</title>
        <description></description>
        <link>https://www.wvds.it/wiki/</link>
        <image rdf:resource="https://www.wvds.it/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-22T16:06:35+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.wvds.it/wiki/doku.php?id=de:int:pqcrypt:administrator:betrieb&amp;rev=1769699576&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.wvds.it/wiki/doku.php?id=de:int:pqcrypt:administrator:installation&amp;rev=1769699576&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.wvds.it/wiki/doku.php?id=de:int:pqcrypt:administrator:konfiguration&amp;rev=1769699576&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.wvds.it/wiki/doku.php?id=de:int:pqcrypt:administrator:start&amp;rev=1769699576&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.wvds.it/wiki/doku.php?id=de:int:pqcrypt:administrator:troubleshooting&amp;rev=1769699576&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.wvds.it/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>WvdS Doku</title>
        <link>https://www.wvds.it/wiki/</link>
        <url>https://www.wvds.it/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://www.wvds.it/wiki/doku.php?id=de:int:pqcrypt:administrator:betrieb&amp;rev=1769699576&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-29T15:12:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>3.3 Betrieb</title>
        <link>https://www.wvds.it/wiki/doku.php?id=de:int:pqcrypt:administrator:betrieb&amp;rev=1769699576&amp;do=diff</link>
        <description>3.3 Betrieb

Operative Aufgaben für die PQ-Kryptographie-Infrastruktur.

----------

Health Checks

Führen Sie diese Prüfungen regelmäßig durch:

Schnell-Check (täglich)


# OpenSSL verfügbar?
openssl version
# Erwartet: OpenSSL 3.6.0 oder höher

# PQ-Algorithmen aktiv?
openssl list -signature-algorithms | grep -i &quot;ml-dsa&quot; | head -1
# Erwartet: ML-DSA-44, ML-DSA-65, oder ML-DSA-87</description>
    </item>
    <item rdf:about="https://www.wvds.it/wiki/doku.php?id=de:int:pqcrypt:administrator:installation&amp;rev=1769699576&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-29T15:12:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>3.1 Installation</title>
        <link>https://www.wvds.it/wiki/doku.php?id=de:int:pqcrypt:administrator:installation&amp;rev=1769699576&amp;do=diff</link>
        <description>3.1 Installation

Installationsanleitung für OpenSSL 3.6 und .NET Runtime 8.0.

----------

Voraussetzungen prüfen


# OpenSSL Version prüfen
openssl version
# Erwartet: OpenSSL 3.6.0 oder höher

# Falls vorhanden aber zu alt:
which openssl    # Linux/macOS
where openssl    # Windows</description>
    </item>
    <item rdf:about="https://www.wvds.it/wiki/doku.php?id=de:int:pqcrypt:administrator:konfiguration&amp;rev=1769699576&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-29T15:12:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>3.2 Konfiguration</title>
        <link>https://www.wvds.it/wiki/doku.php?id=de:int:pqcrypt:administrator:konfiguration&amp;rev=1769699576&amp;do=diff</link>
        <description>3.2 Konfiguration

Konfigurationsoptionen für die PQ-Kryptographie-Infrastruktur.

----------

Umgebungsvariablen
  Variable    Beschreibung    Beispiel    Priorität   OPENSSL_PATH  Pfad zu OpenSSL-Binaries  C:\OpenSSL\bin  Hoch  WVDS_CRYPTO_MODE  Standard-Krypto-Modus</description>
    </item>
    <item rdf:about="https://www.wvds.it/wiki/doku.php?id=de:int:pqcrypt:administrator:start&amp;rev=1769699576&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-29T15:12:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>3. Administrator</title>
        <link>https://www.wvds.it/wiki/doku.php?id=de:int:pqcrypt:administrator:start&amp;rev=1769699576&amp;do=diff</link>
        <description>3. Administrator

Dokumentation für Systemadministratoren zur Bereitstellung und Verwaltung der PQ-Kryptographie-Infrastruktur.

----------

Inhalt
  Abschnitt    Beschreibung   3.1 Installation  Systemvoraussetzungen, OpenSSL, .NET Runtime  3.2 Konfiguration  Umgebungsvariablen, Pfade, FIPS-Modus</description>
    </item>
    <item rdf:about="https://www.wvds.it/wiki/doku.php?id=de:int:pqcrypt:administrator:troubleshooting&amp;rev=1769699576&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-29T15:12:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>3.4 Troubleshooting</title>
        <link>https://www.wvds.it/wiki/doku.php?id=de:int:pqcrypt:administrator:troubleshooting&amp;rev=1769699576&amp;do=diff</link>
        <description>3.4 Troubleshooting

Fehlerbehebung für häufige Probleme mit der PQ-Kryptographie-Infrastruktur.

----------

Schnell-Diagnose

Führen Sie diese Befehle aus, um den Systemstatus zu prüfen:


# 1. OpenSSL Version
openssl version
# Erwartet: OpenSSL 3.6.0 oder höher

# 2. PQ-Algorithmen verfügbar?
openssl list -signature-algorithms | grep -i &quot;ml-dsa&quot;
openssl list -kem-algorithms | grep -i &quot;ml-kem&quot;

# 3. Provider aktiv?
openssl list -providers

# 4. .NET Runtime
dotnet --list-runtimes | grep &quot;NETCo…</description>
    </item>
</rdf:RDF>
