feat: add instructions for impregnating a smart card with seed

This commit is contained in:
Anton Livaja 2024-08-04 22:27:20 -04:00
parent 2308513309
commit e8e649983c
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 6 additions and 0 deletions

View File

@ -53,6 +53,12 @@ or the [One Time Use Airgap-OS](one-time-use-airgapos.md)
* `keyfork derive openpgp "FirstName LastName (alias) <name@distrust.co>" > priv.asc` * `keyfork derive openpgp "FirstName LastName (alias) <name@distrust.co>" > priv.asc`
* Provision a YubiKey:
* `oct list`
* `oct admin --card <your_card_id> import priv.asc`
* Import PGP key into keyring * Import PGP key into keyring
* `gpg --import priv.asc` * `gpg --import priv.asc`