Hi
I have a batch command like this:
"C:\program files\GnuWin32\bin\wget" -d --no-check-certificate
--certificate=C:\Users\Alex\Administrator_425.pem
--private-key=C:\Users\Alex\Administrator_425.pem --input-file=retain.url
--output-document=retain.xml
I get a prompt to:
"Enter PEM pass phrase:"
Is there a way to supply the password in the command line?
Thanks
Alex
BTW it took me a *long* time to find out that both --certificate and
--private-key must be used even if the file specified is the same. Certainly an
error would be nice that gave a hint.