import keyring before running gpg command
This commit is contained in:
parent
aee7530823
commit
4474681e3d
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
1. Write the ceremony repo data to the SD card:
|
1. Write the ceremony repo data to the SD card:
|
||||||
|
|
||||||
`cp -r vaults/ /media`
|
`sudo cp -r vaults/ /media`
|
||||||
|
|
||||||
1. Unplug the SD card
|
1. Unplug the SD card
|
||||||
|
|
||||||
|
|
|
@ -78,6 +78,10 @@
|
||||||
|
|
||||||
1. Sign the file using:
|
1. Sign the file using:
|
||||||
|
|
||||||
|
* Import keyring file:
|
||||||
|
|
||||||
|
* `gpg --import keyring.asc`
|
||||||
|
|
||||||
* `gpg --detach-sign $account_id.txt`
|
* `gpg --detach-sign $account_id.txt`
|
||||||
|
|
||||||
1. You may repeat the previous steps, starting at the step where the `account_id` is set.
|
1. You may repeat the previous steps, starting at the step where the `account_id` is set.
|
||||||
|
|
Loading…
Reference in New Issue