Skip to content
Snippets Groups Projects

Update jwk-creation.md

Merged David Schwarzmann requested to merge add-macos-py-dependencies into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -39,12 +39,12 @@ Um das Skript zur Erstellung von JSON Web Keys auszuführen, werden zusätzliche
Windows PowerShell:
```console
PS C:\> pip install jwcrypto
PS C:\> pip install jwcrypto pyOpenSSL
```
Linux:
```console
foo@bar:~$ pip install jwcrypto
foo@bar:~$ pip install jwcrypto pyOpenSSL
```
macOS:
Loading