diff --git a/quorum-vault-system/src/SUMMARY.md b/quorum-vault-system/src/SUMMARY.md index 190640f..34e4262 100644 --- a/quorum-vault-system/src/SUMMARY.md +++ b/quorum-vault-system/src/SUMMARY.md @@ -31,3 +31,4 @@ * [Namespace Entropy Ceremony](generated-documents/level-2/fixed-location/operator/namespace-entropy-ceremony.md) * [Ceremony SD Card Provisioning](generated-documents/level-2/fixed-location/operator/ceremony-sd-card-provisioning.md) * [SOL - Transfer Token](generated-documents/level-2/fixed-location/operator/coins/sol/transfer-token.md) + * [SOL - Transfer Token](generated-documents/level-2/fixed-location/operator/encrypt-wallet-to-namespace-key.md) 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 new file mode 100644 index 0000000..a25e023 --- /dev/null +++ b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/encrypt-wallet-to-namespace-key.md @@ -0,0 +1,28 @@ +# Encrypt Wallet to Namespace Key + +Procedure for importing an arbitrary secret (raw key, mnemonic, state secrets) into a Namespace. + +## Requirements + +* [Namespace OpenPGP Certificate]() + + * It can be on an SD card or accessed online + +## Procedure + +1. Access machine which has the secret that should be encrypted available + + * If not on a computer, but a hardware wallet or otherwise, perform the steps on a air-gapped machine + +1. Load the OpenPGP certificate: + + * `gpg --import ` + +1. Encrypt the secret the the public cert: + + * `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 +