From fe9e622befc749e43c4c63839598b7fde442e49c Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 27 Mar 2025 00:10:05 -0400 Subject: [PATCH] encrypt-wallet-to-namespace-key: do not require signer --- .../operator/encrypt-wallet-to-namespace-key.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 e6eaa65..622ed85 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 @@ -4,7 +4,7 @@ Procedure for importing an arbitrary secret (raw key, mnemonic, state secrets) i ## Requirements -* [Namespace OpenPGP Certificate]() +* [Namespace OpenPGP Certificate]() * It can be on an SD card or accessed online @@ -16,7 +16,7 @@ Procedure for importing an arbitrary secret (raw key, mnemonic, state secrets) i 1. Encrypt the secret to certificate: - * `sq encrypt --for-file --output encrypted.asc` + * `sq encrypt --without-signature --for-file --output encrypted.asc` 1. Once encrypted, name the file appropriately and add it to an `artifacts/` directory in the appropriate namespace subdirectory in the `vaults` repository