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

@ -1,6 +1,22 @@
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
------