openpgp-setup: fix missind end quote
This commit is contained in:
parent
3b1edca9c1
commit
bb7fcd3861
|
@ -10,7 +10,7 @@ as such need to be set up in a manner that minimizes exposure risks.
|
|||
|
||||
1. Insert a smartcard into the system, and get its ID:
|
||||
|
||||
* `identifier="$(oct list -i | head -1)`
|
||||
* `identifier="$(oct list -i | head -1)"`
|
||||
|
||||
1. Generate a mnemonic, encrypting to a newly-generated key:
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ The approver is responsible for verifying a transaction proposed by a [proposer]
|
|||
|
||||
1. Set a local variable `pgp_key_id` to the smart card OpenPGP key id:
|
||||
|
||||
* `pgp_key_id="$(oct list -i | head -1)`
|
||||
* `pgp_key_id="$(oct list -i | head -1)"`
|
||||
|
||||
1. Copy the git repo locally from the Ceremony SD card
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ The proposer must combine these values into a JSON file, such as:
|
|||
|
||||
1. Set a local variable `pgp_key_id` to the smart card OpenPGP key id:
|
||||
|
||||
* `pgp_key_id="$(oct list -i | head -1)`
|
||||
* `pgp_key_id="$(oct list -i | head -1)"`
|
||||
|
||||
1. Copy the git repo locally from the Ceremony SD card
|
||||
|
||||
|
|
Loading…
Reference in New Issue