gpg 1y
This commit is contained in:
parent
8b583debb4
commit
77cf4c5fa5
1 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ master key
|
||||||
e → toggle the encrypt capability
|
e → toggle the encrypt capability
|
||||||
q → finished
|
q → finished
|
||||||
4096
|
4096
|
||||||
2y → key expires in 2 years
|
1y → key expires in 1 year
|
||||||
y → this is correct
|
y → this is correct
|
||||||
First Last
|
First Last
|
||||||
user@domain.tld
|
user@domain.tld
|
||||||
|
@ -107,7 +107,7 @@ master key
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
gpg --quick-generate-key 'First Last <user@domain.tld>' rsa4096 cert 2y
|
gpg --quick-generate-key 'First Last <user@domain.tld>' rsa4096 cert 1y
|
||||||
|
|
||||||
revocation certificate
|
revocation certificate
|
||||||
----------------------
|
----------------------
|
||||||
|
|
Loading…
Reference in a new issue