From 48344d5de82ec26fe3585098dea9f4dd6846b78f Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Thu, 13 Feb 2025 23:34:50 -0500 Subject: [PATCH] update namepsace entropy doc to generate encryption cert --- .../fixed-location/operator/namespace-entropy-ceremony.md | 6 ++---- .../fixed-location/proposer/create-transaction-payload.md | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/namespace-entropy-ceremony.md b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/namespace-entropy-ceremony.md index 9c65a9c..8a981d1 100644 --- a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/namespace-entropy-ceremony.md +++ b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/namespace-entropy-ceremony.md @@ -22,9 +22,7 @@ This is a ceremony for generating and sharding entropy to a set of existing Quor * Replace the values: - * `keyfork mnemonic generate --shard-to ,output=shardfile.asc` - - * TODO - NOT IMPLEMENTED: `--derive-openpgp-cert encryption_cert.new.asc,userid=` + * `keyfork mnemonic generate --shard-to ,output=shardfile.asc --encrypto-to-self encryption_certificate.asc,userid=` 1. Unseal an SD card pack @@ -42,7 +40,7 @@ This is a ceremony for generating and sharding entropy to a set of existing Quor * Back up the root OpenPGP certificate - * `cp encryption_cert.asc /media/vaults//` + * `cp encryption_certificate.asc /media/vaults//` 1. Copy the contents of Ceremony SD card to machine diff --git a/quorum-vault-system/src/generated-documents/level-2/fixed-location/proposer/create-transaction-payload.md b/quorum-vault-system/src/generated-documents/level-2/fixed-location/proposer/create-transaction-payload.md index 0f2097d..677675b 100644 --- a/quorum-vault-system/src/generated-documents/level-2/fixed-location/proposer/create-transaction-payload.md +++ b/quorum-vault-system/src/generated-documents/level-2/fixed-location/proposer/create-transaction-payload.md @@ -95,7 +95,7 @@ The proposer must combine these values into a JSON file, such as: * e.g `icepick workflow cosmos withdraw-rewards --delegate-address kyve1q9w3nar74up6mxnwd428wpr5nffcw3360tkxer --validator-address kyvevaloper1ghpmzfuggm7vcruyhfzrczl4aczy8gas8guslh --chain-name korellia --export-for-quorum --sign > /ceremonies//payloads/payload_.json` - * e.g `icepick workflow sol transfer --from-address "$(cat //0.txt)" --to-address "$(cat to_address.txt) --amount --export-for-quorum --sign > /ceremonies//payloads/payload_.json` + * e.g `icepick workflow sol transfer --from-address "$(cat //0.txt)" --to-address "$(cat to_address.txt)" --amount --export-for-quorum --sign > /ceremonies//payloads/payload_.json` 1. Copy the updated ceremonies repo to the SD card