Document how to generate a key on a new yubikey
This commit is contained in:
parent
ec1b0cccb9
commit
9fedaa045e
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue