docs/quorum-vault-system/src/generated-documents/level-2/fixed-location/proposer/template-create-tx-1.md

1.1 KiB

/* ANCHOR: all */ // ANCHOR: content

  1. Copy the updated ceremonies repo to the SD card

    $ cp -r /root/vaults /media
    
  2. Transfer the SD card from the air-gapped machine to the online machine

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

  4. Copy the updated repository locally and switch to it:

    $ cp -r /media/vaults ~/
    $ cd ~/vaults
    
  5. Stage, sign, commit and push the changes to the ceremonies repository:

    $ git add <namespace>/ceremonies/<date>/payloads/*
    $ git commit -S -m "add payload signature for payload_<num>.json"
    $ git push origin main
    
  6. Notify relevant individuals that there are new transactions queued up, and that a ceremony should be scheduled. This can be automated in the future so that when a commit is made or PR opened, others are notified, for example using a incident management tool.

  7. Tamper proof the AirgapOS and Air-gapped laptop

{{ #include ../../../../component-documents/tamper-evidence-methods.md:vsbwf-procedure-sealing}} // ANCHOR_END: content /* ANCHOR_END: all */