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
|
* ~/.gnupg/private-keys-v1.d/KKEEYYGGRRIIPP.key
|
||||||
|
|
||||||
Upload
|
|
||||||
======
|
|
||||||
|
|
||||||
.. code:: shell
|
|
||||||
|
|
||||||
gpg --send-keys "KEY ID"
|
|
||||||
|
|
||||||
Revoke
|
Revoke
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,17 @@
|
||||||
Servers
|
Servers
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
Upload
|
||||||
|
------
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
gpg --send-keys "Key ID" \
|
||||||
|
--keyserver hkps://sub.domain.tld
|
||||||
|
|
||||||
|
Available
|
||||||
|
---------
|
||||||
|
|
||||||
* hkps://
|
* hkps://
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
Loading…
Reference in a new issue