gpg sign,verify
This commit is contained in:
parent
139ffb2ceb
commit
8b74ce08da
1 changed files with 14 additions and 0 deletions
|
@ -163,6 +163,13 @@ hide the master key in an encrypted container
|
|||
|
||||
* ~/.gnupg/private-keys-v1.d/KKEEYYGGRRIIPP.key
|
||||
|
||||
Sign
|
||||
====
|
||||
|
||||
.. code:: shell
|
||||
|
||||
gpg --armor --detach-sign file
|
||||
|
||||
Revoke
|
||||
======
|
||||
|
||||
|
@ -170,3 +177,10 @@ Revoke
|
|||
|
||||
gpg --import "FFIINNGGEERRPPRRIINNTT.rev"
|
||||
gpg --send-keys "KEY ID"
|
||||
|
||||
Verify
|
||||
======
|
||||
|
||||
.. code:: shell
|
||||
|
||||
gpg --verify file.asc file
|
||||
|
|
Loading…
Reference in a new issue