gpg search,download

This commit is contained in:
Marc Beninca 2019-05-14 22:52:17 +02:00
parent 46ee31ea1d
commit 4e393333c6
2 changed files with 16 additions and 14 deletions

View file

@ -14,20 +14,6 @@ OverView
* import secret key * import secret key
* refresh keys * refresh keys
Search
======
.. code:: shell
gpg --search-keys "Key ID"
Download
========
.. code:: shell
gpg --receive-keys "KEY ID"
List List
==== ====

View file

@ -1,6 +1,22 @@
Servers Servers
======= =======
Search
------
.. code:: shell
gpg --search-keys "Key ID" \
--keyserver hkps://sub.domain.tld
Download
--------
.. code:: shell
gpg --receive-keys "Key ID" \
--keyserver hkps://sub.domain.tld
Upload Upload
------ ------