docs/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/decrypt-namespace-secret.md

1.8 KiB

Decrypt Namespace Secret

Requirements

{{ #include ../../operator-requirements.md:requirements }}

Procedure

  1. Enter the designated location with required personnel and equipment

  2. Lock access to the location - there should be no inflow or outflow of people during the ceremony

  3. Retrieve Air-Gapped Bundle and polaroid tamper evidence from locked storage

{{ #include ../../../../component-documents/tamper-evidence-methods.md:vsbwf-procedure-unsealing}}

  1. Place all materials except for the laptop into High Visibility Storage

  2. Retrieve AirgapOS SD card from High Visibility Storage and plug it into air-gapped laptop

  3. Turn on the machine

  4. Once booted, remove the AirgapOS SD card and place it into High Visibility Storage

  5. Retrieve Ceremony SD Card from High Visibility Storage and plug it into the machine

  6. Copy the Ceremony SD Card contents to machine

    • {{ #include ../../../../component-documents/finding-device-name.md:content }}

    • Copy the contents of the card to machine:

      • cp -r /media/<device_name>/* ~
  7. Start keyfork using the relevant Shardfile:

    • keyfork recover shard --daemon /media/<device_name>/path/to/shardfile.asc

    • Follow on screen prompts

  8. Derive the OpenPGP root certificate:

    • keyfork derive openpgp > secret_key.asc
  9. Decrypt the secret material:

    • sq decrypt --recipient-file secret_key.asc < encrypted.asc --output decrypted
  10. Proceed to transfer the secret (decrypted) to desired location such as hardware wallet, power washed chromebook (via SD card) etc.