From 7044041772b2a7f11d813f92d4aeafd3684a1af6 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Mon, 5 Aug 2024 16:35:09 -0400 Subject: [PATCH] fix: add system time setting and copying pub key to operator pub key SD card --- .../src/location-key-provisioning.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/quorum-key-management/src/location-key-provisioning.md b/quorum-key-management/src/location-key-provisioning.md index 701f0de..f8af03d 100644 --- a/quorum-key-management/src/location-key-provisioning.md +++ b/quorum-key-management/src/location-key-provisioning.md @@ -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 + * 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 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` + * 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 computer, namely: