diff --git a/docs/details/jwk-creation.md b/docs/details/jwk-creation.md index 0b6ebc374b10e672b508c83ddfbc52a2be8b90c4..c84b5cc20395b394c1ccde8fe84d0b95bade9879 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.