Hi,

On 09/12/2016 11:54 PM, Rene "Renne" Bartsch, B.Sc. Informatics wrote:
I'm trying to look up public OpenPGP-keys published via DNSSEC (IETF RFC
7929) using the command 'gpg2 --auto-key-locate dane --search-keys
[email protected]'

What's wrong with my command or gpg2?

I think the --search-keys command is specifically meant to retrieve keys from keyservers.

To retrieve a key using the auto-key-locate mechanisms, use the --locate-keys command instead:

  $ gpg2 --auto-key-locate dane --locate-keys [email protected]
  gpg: key 94206060: public key "[email protected] <[email protected]>" imported
  gpg: Total number processed: 1
  gpg:               imported: 1
  gpg: automatically retrieved '[email protected]' via DANE
  pub   rsa4096/94206060 2015-03-11 [SCA] [expires: 2020-03-09]
  uid         [ unknown] [email protected] <[email protected]>
  sub   rsa4096/8113910E 2015-03-11 [E] [expires: 2020-03-09]


Damien

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Gnupg-users mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to