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