From d841745e6d3e125a805d3bbc5db6d1c37d4ab211 Mon Sep 17 00:00:00 2001 From: David Schwarzmann <david.schwarzmann@codecentric.de> Date: Mon, 6 Sep 2021 07:02:59 +0000 Subject: [PATCH] Update jwk-creation.md --- docs/details/jwk-creation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/details/jwk-creation.md b/docs/details/jwk-creation.md index 0b6ebc374..c84b5cc20 100644 --- a/docs/details/jwk-creation.md +++ b/docs/details/jwk-creation.md @@ -47,6 +47,11 @@ Linux: foo@bar:~$ pip install jwcrypto ``` +macOS: +```console +> pip install jwcrypto pyOpenSSL +``` + ### Herunterladen des Python-Skrips Das Skript zur Erstellung der JSON Web Keys können Sie unter [Python Skript zur JWK-Erstellung](https://git.fitko.de/fit-connect/fit-connect-tools/-/blob/main/set-jwkset-gen.py) herunterladen. Speichern Sie es in einem Verzeichnis, in dem Sie das Skript später wiederfinden. -- GitLab