On Thursday 23 August 2018 10:56:45 Dan Youngquist wrote:
On 08/23/2018 07:42 AM, Gene Heskett wrote:
gene@coyote:/$ wget -O keyfile 'http://keyserver.quickbuild.io:11371/pks/lookup?op=get&search=0xF5C FC95C' Cannot specify both -k and -O if multiple URLs are given, or in combination with -p or -r. See the manual for details.
I think the word 'keyfile' shouldn't be there. As far as I know it's not a valid wget command, so wget is interpreting it as the option -k (--convert-links).
re-read the manpage.
"-O keyfile"
is the filename to store the collected key into. I wondered about that myself so I looked it up. :)