fix links and add keyfork expiry env var
This commit is contained in:
parent
656e141fe9
commit
b1787f7b51
|
@ -25,6 +25,10 @@ Setting up a PGP key pair is necessary for a number of different aspects of QVS.
|
|||
|
||||
* Burn the piece of paper which has the mnemonic written on it (HACK goes away when we fix keyfork)
|
||||
|
||||
1. Set expiration using the `KEYFORK_OPENPGP_EXPIRE` environment variable:
|
||||
|
||||
* `export KEYFORK_OPENPGP_EXPIRE=2y`
|
||||
|
||||
1. Derive PGP keypair:
|
||||
|
||||
* `keyfork derive openpgp "full_name (alias) <email>" > priv.asc`
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
* 2 individuals with appropriate role
|
||||
|
||||
* [Personal PGP key pair](../../key-types.md#personal-pgp-keypair)
|
||||
* [Personal PGP key pair](/key-types.md#personal-pgp-keypair)
|
||||
|
||||
* Tamper-proofing equipment
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
* 2 Operators
|
||||
|
||||
* [Personal PGP key pairs](../../key-types.md#personal-pgp-keypair)
|
||||
* [Personal PGP key pairs](/key-types.md#personal-pgp-keypair)
|
||||
|
||||
* Air-gapped bundle
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ This is a ceremony for generating root entropy.
|
|||
|
||||
## Requirements
|
||||
|
||||
* [Operator PGP key pairs](../../key-types.md#operator-pgp-keypair)
|
||||
* [Operator PGP key pairs](/key-types.md#operator-pgp-keypair)
|
||||
|
||||
{{ #include ../../operator-requirements.md:requirements }}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
## For Quorum Based Operations
|
||||
// ANCHOR: requirements
|
||||
|
||||
* [Personal PGP key pairs](../../key-types.md#personal-pgp-keypair)
|
||||
* [Personal PGP key pairs](/key-types.md#personal-pgp-keypair)
|
||||
|
||||
* Air-gapped bundle
|
||||
|
||||
|
|
Loading…
Reference in New Issue