fix: add system time setting and copying pub key to operator pub key SD card
This commit is contained in:
parent
265add34f5
commit
7044041772
|
@ -25,6 +25,11 @@ or the [One Time Use Airgap-OS](one-time-use-airgapos.md)
|
||||||
|
|
||||||
3. Provision new key in the selected secure environment
|
3. Provision new key in the selected secure environment
|
||||||
|
|
||||||
|
* Set system time to date greater than operator key creation but less than
|
||||||
|
operator key expiry
|
||||||
|
|
||||||
|
* `date -s "YYYY-MM-DD HH:MM:SS"`
|
||||||
|
|
||||||
* Load your personal PGP certificate which will be used as the Operator
|
* Load your personal PGP certificate which will be used as the Operator
|
||||||
Key in to the local keyring
|
Key in to the local keyring
|
||||||
|
|
||||||
|
@ -98,6 +103,12 @@ or the [One Time Use Airgap-OS](one-time-use-airgapos.md)
|
||||||
|
|
||||||
* `mnemonic.txt.gpg`, `smart-card-pin.gpg`, `location.pub.asc`
|
* `mnemonic.txt.gpg`, `smart-card-pin.gpg`, `location.pub.asc`
|
||||||
|
|
||||||
|
* Copy the `location.pub.asc` to the SD card that was used to bring over
|
||||||
|
the operator key. This will be used to bring the public key to the Hybrid
|
||||||
|
Ceremony Later on:
|
||||||
|
|
||||||
|
* `cp location.pub.asc /media`
|
||||||
|
|
||||||
* For posterity, delete all the generated assets before shutting down
|
* For posterity, delete all the generated assets before shutting down
|
||||||
computer, namely:
|
computer, namely:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue