gpg search,download
This commit is contained in:
parent
46ee31ea1d
commit
4e393333c6
2 changed files with 16 additions and 14 deletions
|
@ -14,20 +14,6 @@ OverView
|
|||
* import secret key
|
||||
* refresh keys
|
||||
|
||||
Search
|
||||
======
|
||||
|
||||
.. code:: shell
|
||||
|
||||
gpg --search-keys "Key ID"
|
||||
|
||||
Download
|
||||
========
|
||||
|
||||
.. code:: shell
|
||||
|
||||
gpg --receive-keys "KEY ID"
|
||||
|
||||
List
|
||||
====
|
||||
|
||||
|
|
|
@ -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
|
||||
------
|
||||
|
||||
|
|
Loading…
Reference in a new issue