diff options
author | Philip K <philipk@posteo.net> | 2021-05-12 18:44:43 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-05-12 18:45:28 +0200 |
commit | 6ca599f291d556433d604685008c03ab810b7ef0 (patch) | |
tree | 27ed3ed52475087f994563043e5427da1f1c4dd5 /doc/misc/epa.texi | |
parent | 11a9d8fce625c7fdfd067a8443fb215fc1a938d0 (diff) | |
download | emacs-6ca599f291d556433d604685008c03ab810b7ef0.tar.gz emacs-6ca599f291d556433d604685008c03ab810b7ef0.tar.bz2 emacs-6ca599f291d556433d604685008c03ab810b7ef0.zip |
All a GPG key server client
* lisp/epa-ks.el (epa-keyserver): New file (bug#39886).
* doc/misc/epa.texi (Quick start): Mention it.
(Querying a key server): Document it.
Diffstat (limited to 'doc/misc/epa.texi')
-rw-r--r-- | doc/misc/epa.texi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi index cca0d300fa7..00db3c5fa3b 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi @@ -94,6 +94,8 @@ EasyPG Assistant commands are prefixed by @samp{epa-}. For example, @item To create a cleartext signature of the region, type @kbd{M-x epa-sign-region} @item To encrypt a file, type @kbd{M-x epa-encrypt-file} + +@item To query a key server for keys, type @kbd{M-x epa-search-keys} @end itemize EasyPG Assistant provides several cryptographic features which can be @@ -112,6 +114,7 @@ This chapter introduces various commands for typical use cases. * Dired integration:: * Mail-mode integration:: * Encrypting/decrypting gpg files:: +* Querying a key server:: @end menu @node Key management, Cryptographic operations on regions, Commands, Commands @@ -440,6 +443,21 @@ If non-@code{nil}, disable auto-saving when opening an encrypted file. The default value is @code{t}. @end defvar +@node Querying a key server, , Mail-mode integration, Commands +@section Querying a key server + +The @code{epa-search-keys} command can be used to query a +@acronym{GPG} key server. Emacs will then pop up a buffer that lists +the matches, and you can then fetch (and add) keys to your personal +key ring. + +In the key search buffer, you can use the @kbd{f} command to mark keys +for fetching, and then @kbd{x} to fetch the keys (and incorporate them +into your key ring). + +The @code{epa-keyserver} variable says which server to query. + + @node GnuPG version compatibility, Caching Passphrases, Commands, Top @chapter GnuPG version compatibility |