Hi. On Sat, May 16, 2020 at 04:08:18PM -0500, Dennis Wicks wrote: > The tor website says to use the command > > > gpg --auto-key-locate nodefault,wkd --locate-keys torbrow...@torproject.org > > When I do that I get an error message > > > gpg: keyserver option 'ca-cert-file' is obsolete; please use 'hkp-cacert' > > in dirmngr.conf > > I have searched the net and man pages and I can't figure out how to solve > this.
sed -i '/^keyserver-options/d' ~/.gnupg/gpg.conf See [1] for the explanation. Reco [1] https://github.com/riseupnet/riseup_help/issues/294