import keyring before running gpg command

This commit is contained in:
Anton Livaja 2025-02-11 09:06:42 -05:00
parent aee7530823
commit 4474681e3d
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
2 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,7 @@
1. Write the ceremony repo data to the SD card:
`cp -r vaults/ /media`
`sudo cp -r vaults/ /media`
1. Unplug the SD card

View File

@ -78,6 +78,10 @@
1. Sign the file using:
* Import keyring file:
* `gpg --import keyring.asc`
* `gpg --detach-sign $account_id.txt`
1. You may repeat the previous steps, starting at the step where the `account_id` is set.