...
| Code Block |
|---|
|
apt-get install git cmake build-essential libtool libssl-dev pkg-config check libpcsclite-dev gengetopt help2man
|
| Code Block |
|---|
|
git clone https://github.com/Yubico/yubico-piv-tool.git
cd yubico-piv-tool
mkdir build; cd build
cmake ..
make
sudo make install |
Step 3 - Install the yubikey-manager
To install the Yubikey manager check https://developers.yubico.com/yubikey-manager/.
3 - Prepare Yubikey
| Warning |
|---|
This needs to be done on a offline machine! |
...
Activate the USB interface CCID on the Yubikey. To install the Yubikey manager check https://developers.yubico.com/yubikey-manager/. Activate the mode using:
| Code Block |
|---|
|
ykman mode CCID |
...