Compare commits
2 Commits
9f8297bd0e
...
2308513309
Author | SHA1 | Date |
---|---|---|
Anton Livaja | 2308513309 | |
Anton Livaja | 65d0e0269d |
|
@ -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,
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue