Compare commits

..

2 Commits

2 changed files with 6 additions and 1 deletions

View File

@ -63,6 +63,11 @@ don't. More notes on selecting hardware can be found [here](one-time-use-hardwar
9. Button mash to ensure adequate entropy on the OS 9. Button mash to ensure adequate entropy on the OS
10. Set the system time as it has to be after the PGP
public certificates were created, and before they expire:
* `date -s "YYYY-MM-DD HH:MM:SS"`
10. Run `ceremony.sh` 10. Run `ceremony.sh`
11. Back up the `shardfile`, and `pub.asc` to 3 separate SD cards, 11. Back up the `shardfile`, and `pub.asc` to 3 separate SD cards,

View File

@ -37,7 +37,7 @@ command with a desired threshold:
exit 1 exit 1
fi fi
keyfork wizard bottoms-up --threshold 2 --output-cert /dev/null --output-shardfile /dev/null --user-id "Distrust Key Ceremony" public-certificates/ keyfork wizard bottoms-up --threshold 2 --output-cert /media/cert --output-shardfile /media/shardfile --user-id "Distrust Key Ceremony" public-certificates/
``` ```
* The `airgap.iso` which is to be used during the ceremony * The `airgap.iso` which is to be used during the ceremony