gpg generate
This commit is contained in:
parent
dcec3962e2
commit
506fadca82
3 changed files with 55 additions and 55 deletions
54
in/public/security/gpg/generate.rst
Normal file
54
in/public/security/gpg/generate.rst
Normal file
|
@ -0,0 +1,54 @@
|
||||||
|
Generate
|
||||||
|
========
|
||||||
|
|
||||||
|
master key
|
||||||
|
----------
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
gpg --expert --full-generate-key
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
8 → RSA (set your own capabilities)
|
||||||
|
s → toggle the sign capability
|
||||||
|
e → toggle the encrypt capability
|
||||||
|
q → finished
|
||||||
|
4096
|
||||||
|
1y → key expires in 1 year
|
||||||
|
y → this is correct
|
||||||
|
First Last
|
||||||
|
user@domain.tld
|
||||||
|
comment
|
||||||
|
o → ok
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
gpg --quick-generate-key 'First Last <user@domain.tld>' rsa4096 cert 1y
|
||||||
|
|
||||||
|
revocation certificate
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
gpg --generate-revocation "KeyID" > "FFIINNGGEERRPPRRIINNTT.rev"
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
y
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
0 → no reason specified
|
||||||
|
1 → key has been compromised
|
||||||
|
2 → key is superseded
|
||||||
|
3 → key is no longer used
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
description
|
||||||
|
y
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
|
||||||
|
Hide this file in an encrypted container!
|
|
@ -6,4 +6,5 @@ GnuPG
|
||||||
|
|
||||||
overview
|
overview
|
||||||
configure
|
configure
|
||||||
|
generate
|
||||||
servers
|
servers
|
||||||
|
|
|
@ -10,61 +10,6 @@ OverView
|
||||||
* sign
|
* sign
|
||||||
* delete
|
* delete
|
||||||
|
|
||||||
Generate
|
|
||||||
========
|
|
||||||
|
|
||||||
master key
|
|
||||||
----------
|
|
||||||
|
|
||||||
.. code:: shell
|
|
||||||
|
|
||||||
gpg --expert --full-generate-key
|
|
||||||
|
|
||||||
::
|
|
||||||
|
|
||||||
8 → RSA (set your own capabilities)
|
|
||||||
s → toggle the sign capability
|
|
||||||
e → toggle the encrypt capability
|
|
||||||
q → finished
|
|
||||||
4096
|
|
||||||
1y → key expires in 1 year
|
|
||||||
y → this is correct
|
|
||||||
First Last
|
|
||||||
user@domain.tld
|
|
||||||
comment
|
|
||||||
o → ok
|
|
||||||
|
|
||||||
.. code:: shell
|
|
||||||
|
|
||||||
gpg --quick-generate-key 'First Last <user@domain.tld>' rsa4096 cert 1y
|
|
||||||
|
|
||||||
revocation certificate
|
|
||||||
----------------------
|
|
||||||
|
|
||||||
.. code:: shell
|
|
||||||
|
|
||||||
gpg --generate-revocation "KeyID" > "FFIINNGGEERRPPRRIINNTT.rev"
|
|
||||||
|
|
||||||
::
|
|
||||||
|
|
||||||
y
|
|
||||||
|
|
||||||
::
|
|
||||||
|
|
||||||
0 → no reason specified
|
|
||||||
1 → key has been compromised
|
|
||||||
2 → key is superseded
|
|
||||||
3 → key is no longer used
|
|
||||||
|
|
||||||
::
|
|
||||||
|
|
||||||
description
|
|
||||||
y
|
|
||||||
|
|
||||||
.. warning::
|
|
||||||
|
|
||||||
Hide this file in an encrypted container!
|
|
||||||
|
|
||||||
Search
|
Search
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue