1
0
Fork 0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2025-06-19 19:42:40 +02:00

Merge pull request from bengim/bengim-patch-PyOpenSSL

fixing wrong cryptography version
This commit is contained in:
drduh 2020-08-22 14:19:45 -07:00 committed by GitHub
commit 697a7d8fb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,6 +214,8 @@ To install and use the `ykman` utility:
```console
$ sudo apt -y install python-pip python-pyscard
$ pip install PyOpenSSL
$ pip install yubikey-manager
$ sudo service pcscd start