On Tue 2017-09-05 21:58:44 +0100, Mario Figueiredo wrote: > I'm having trouble configuring dirmngr to use a default keyserver. > > The current configuration file at .gnupg/dirmngr.conf contains this > single line: > > keyserver hkp://pgp.mit.edu > > However trying to use --recv-keys always fails: > > $ gpg --recv-keys 0x194b631ab2da2888 > gpg: no valid OpenPGP data found. > gpg: Total number processed: 0
What version of gnupg are you running?
after making that configuration file, have you explicitly restarted
dirmngr? the simplest way is:
gpgconf --kill dirmngr
then subsequent uses of gpg should automatically spawn a new dirmngr,
which will pick up the new configuration.
hth,
--dkg
signature.asc
Description: PGP signature
_______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
