From 61c4f2b03ab2d2dd86ad725d5517c6f142bbad03 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Thu, 30 Jan 2025 01:06:43 -0500 Subject: [PATCH] simplify encryption by using sq --- .../operator/encrypt-wallet-to-namespace-key.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/encrypt-wallet-to-namespace-key.md b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/encrypt-wallet-to-namespace-key.md index a25e023..443cae8 100644 --- a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/encrypt-wallet-to-namespace-key.md +++ b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/encrypt-wallet-to-namespace-key.md @@ -16,13 +16,9 @@ Procedure for importing an arbitrary secret (raw key, mnemonic, state secrets) i 1. Load the OpenPGP certificate: - * `gpg --import ` +1. Encrypt the secret to certificate: -1. Encrypt the secret the the public cert: + * `sq encrypt --for-file --output encrypted.asc` TODO: sq needs to be added to airgapOS - * `gpg -k` to list keys and find the fingerprint for the public certificate you are encrypting to - - * `gpg --encrypt - -1. Once encrypted, add the encrypted file to an `artifacts/` directory in the appropriate namespace subdirectory in the ceremonies repository +1. Once encrypted, name the file appropriately and add it to an `artifacts/` directory in the appropriate namespace subdirectory in the ceremonies repository