Skip to content
Snippets Groups Projects
Commit 1ca317dc authored by David Schwarzmann's avatar David Schwarzmann
Browse files

Update docs/details/jwk-creation.md

parent d841745e
No related branches found
No related tags found
1 merge request!31Update jwk-creation.md
...@@ -39,12 +39,12 @@ Um das Skript zur Erstellung von JSON Web Keys auszuführen, werden zusätzliche ...@@ -39,12 +39,12 @@ Um das Skript zur Erstellung von JSON Web Keys auszuführen, werden zusätzliche
Windows PowerShell: Windows PowerShell:
```console ```console
PS C:\> pip install jwcrypto PS C:\> pip install jwcrypto pyOpenSSL
``` ```
Linux: Linux:
```console ```console
foo@bar:~$ pip install jwcrypto foo@bar:~$ pip install jwcrypto pyOpenSSL
``` ```
macOS: macOS:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment