Compare commits
No commits in common. "230851330975ffbbb07e2306cab2c71695abb465" and "9f8297bd0ec3a01ae0fd62f4fa74143b253b8b12" have entirely different histories.
2308513309
...
9f8297bd0e
|
@ -63,11 +63,6 @@ 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
|
||||
|
||||
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`
|
||||
|
||||
11. Back up the `shardfile`, and `pub.asc` to 3 separate SD cards,
|
||||
|
|
|
@ -37,7 +37,7 @@ command with a desired threshold:
|
|||
exit 1
|
||||
fi
|
||||
|
||||
keyfork wizard bottoms-up --threshold 2 --output-cert /media/cert --output-shardfile /media/shardfile --user-id "Distrust Key Ceremony" public-certificates/
|
||||
keyfork wizard bottoms-up --threshold 2 --output-cert /dev/null --output-shardfile /dev/null --user-id "Distrust Key Ceremony" public-certificates/
|
||||
```
|
||||
|
||||
* The `airgap.iso` which is to be used during the ceremony
|
||||
|
|
Loading…
Reference in New Issue