Compare commits
No commits in common. "d8eacdaa5b790a6f30d4aa8529e064b82be55118" and "e8e649983c556d331bee2c3817d401d01c0ece43" have entirely different histories.
d8eacdaa5b
...
e8e649983c
|
@ -40,25 +40,18 @@ or the [One Time Use Airgap-OS](one-time-use-airgapos.md)
|
|||
|
||||
* Save the encrypted mnemonic, `mnemonic.txt.gpg` to two SD cards
|
||||
|
||||
* 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)
|
||||
* 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`
|
||||
|
||||
* 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 (Location Key: Distrust Disaster Recovery) <name@distrust.co>" > priv.asc`
|
||||
* `keyfork derive openpgp "FirstName LastName (alias) <name@distrust.co>" > priv.asc`
|
||||
|
||||
* Provision a YubiKey:
|
||||
|
||||
|
|
|
@ -21,16 +21,11 @@ private vaulting provider.
|
|||
## Location Smart Cards
|
||||
|
||||
These cards should only be stored in secure vaults which meet the criteria
|
||||
outlined for Storage Locations in the [Location](locations.md) document.
|
||||
outliened for Storage Locations in the [Location](locations.md) document.
|
||||
|
||||
|
||||
## Additional Criteria
|
||||
|
||||
* MUST apply glitter nail polish to screws/seams of hardware casing, and take
|
||||
photographs.
|
||||
|
||||
* MAY put the hardware in a vacuum sealed bag with confetti, and take
|
||||
photographs.
|
||||
|
||||
* MUST place smart cards in a tamper proof bag, whose picture is taken upon
|
||||
sealing, and stored along with other [Public Ceremony Artifacts](public-ceremony-artifact-storage.md)
|
||||
|
||||
|
|
Loading…
Reference in New Issue