Alex Strickland wrote: > 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?
If you're going to store the password in the batch file, you could as well use a certificate not password protected.
