fix: minor location key ceremony update
This commit is contained in:
parent
e8e649983c
commit
46358df51e
|
@ -40,18 +40,25 @@ or the [One Time Use Airgap-OS](one-time-use-airgapos.md)
|
|||
|
||||
* Save the encrypted mnemonic, `mnemonic.txt.gpg` to two SD cards
|
||||
|
||||
* Print the contents of the mnemonic in a new terminal window as the seed
|
||||
phrase words need to be typed in during the following steps:
|
||||
|
||||
* `cat mnemonic.txt`
|
||||
* Write the mnemonic on a small piece of paper as you will need to enter the
|
||||
words in the next step. After entering the words, set the piece of paper
|
||||
on fire (that's why it should be small enough - to make burning it easy)
|
||||
|
||||
* In a new terminal window start `keyfork` daemon with the mnemonic:
|
||||
|
||||
* `keyfork recover mnemonic`
|
||||
|
||||
* `export KEYFORKD_SOCKET_PATH=/tmp/keyforkd.socket`
|
||||
|
||||
* `keyfork recover mnemonic`
|
||||
|
||||
* ctrl + z
|
||||
|
||||
* `bg`
|
||||
|
||||
* Derive PGP keypair:
|
||||
|
||||
* `keyfork derive openpgp "FirstName LastName (alias) <name@distrust.co>" > priv.asc`
|
||||
* `keyfork derive openpgp "FirstName LastName (Location Key: Distrust Disaster Recovery) <name@distrust.co>" > priv.asc`
|
||||
|
||||
* Provision a YubiKey:
|
||||
|
||||
|
|
Loading…
Reference in New Issue