diff --git a/docs/details/jwk-creation.md b/docs/details/jwk-creation.md index 7a137c4a2dfae6c05a7837fb44081431c6b25bc5..cb0bf0a6cd0980a51523affa1bf1cd01a7f5f24f 100644 --- a/docs/details/jwk-creation.md +++ b/docs/details/jwk-creation.md @@ -1,4 +1,4 @@ -# Erstellung von JSON Web Keys für Testzwecke +# Erstellen von JSON Web Keys für Testzwecke FIT-Connect verwendet zur Übertragung von Antragsdaten und Metadaten mit direktem Bezug zu Anträgen eine Ende-zu-Ende-Verschlüsselung. Diese ist auf Basis des Standards [JSON Web Encryption (JWE)](https://tools.ietf.org/html/rfc7516) unter Verwendung von Schlüsseln gemäß des Standards [JSON Web Keys (JWK)](https://tools.ietf.org/html/rfc7517) umgesetzt. Im Folgenden soll die Erstellung von JWKs mithilfe eines einfachen in Python geschriebenen Skriptes unter Windows und Linux erläutert werden. diff --git a/docs/sidebar.js b/docs/sidebar.js index 0703c4659419437383f11569764a177aeb9033f8..a39053eb68b43014226152c2217d3f929a7f4fd2 100644 --- a/docs/sidebar.js +++ b/docs/sidebar.js @@ -75,6 +75,7 @@ module.exports = { label: 'Detailinformationen', items: [ 'details/crypto', + 'details/jwk-creation', 'details/schema-reference', 'details/pgp-export', {