forked from testing/wiki
Clarify documentation
This commit is contained in:
parent
02a06ef2b5
commit
0cf5e3c940
@ -8,13 +8,15 @@ rc:
|
|||||||
level: Final
|
level: Final
|
||||||
---
|
---
|
||||||
# Creating your primary keypair
|
# Creating your primary keypair
|
||||||
Create a new gpg keypair, ideally set to expire in <= 1y
|
Initiate the keypair generation wizard
|
||||||
|
|
||||||
gpg --full-generate-key --expert
|
gpg --full-generate-key --expert
|
||||||
|
|
||||||
Select eddsa [ECC] and set a validity period
|
Select option `(9) ECC and ECC` for the key type
|
||||||
|
Select option `(1) Curve 25519` for the elliptic curve
|
||||||
|
Set a validity period of your choice, ideally less than 1 year
|
||||||
Specify real name and email address to associate with this keypair
|
Specify real name and email address to associate with this keypair
|
||||||
Type a passphrase
|
Type a passphrase (twice)
|
||||||
|
|
||||||
# Create a signing keypair
|
# Create a signing keypair
|
||||||
Add a signing subkey
|
Add a signing subkey
|
||||||
|
Loading…
Reference in New Issue
Block a user