gpg upload
This commit is contained in:
parent
9f314c1625
commit
46ee31ea1d
2 changed files with 11 additions and 7 deletions
|
@ -177,13 +177,6 @@ hide the master key in an encrypted container
|
|||
|
||||
* ~/.gnupg/private-keys-v1.d/KKEEYYGGRRIIPP.key
|
||||
|
||||
Upload
|
||||
======
|
||||
|
||||
.. code:: shell
|
||||
|
||||
gpg --send-keys "KEY ID"
|
||||
|
||||
Revoke
|
||||
======
|
||||
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
Servers
|
||||
=======
|
||||
|
||||
Upload
|
||||
------
|
||||
|
||||
.. code:: shell
|
||||
|
||||
gpg --send-keys "Key ID" \
|
||||
--keyserver hkps://sub.domain.tld
|
||||
|
||||
Available
|
||||
---------
|
||||
|
||||
* hkps://
|
||||
|
||||
::
|
||||
|
|
Loading…
Reference in a new issue