1
0
Fork 0

Document how to generate a key on a new yubikey

This commit is contained in:
Daan Boerlage 2024-02-12 21:02:44 +01:00
parent ec1b0cccb9
commit 9fedaa045e
Signed by: daan
GPG key ID: FCE070E1E4956606

View file

@ -36,6 +36,13 @@ macOS:
- `PKCS11_MODULE_PATH="/opt/homebrew/lib/libykcs11.dylib"` - `PKCS11_MODULE_PATH="/opt/homebrew/lib/libykcs11.dylib"`
### Setting up a new yubikey
The signing key on a yubikey is stored in slot 9a. On a new yubikey this slot is empty.
To generate a new key, run the following command:
`yubico-piv-tool -a generate -s 9a -A ECCP384`
### Generating the Root ### Generating the Root
```sh ```sh