networking - How to mark a known self-signed server as trusted for wget -


im trying use wget download content on https self-signed ubuntu host in our lan. of course wget doesnt allow that, , in answers i've found promoted using the: --no-check-certificate, expose me "man in middle" attacks. since know destination host, , have access certs there way add host "trusted" list, certificate validated against local copy?

thanks

you looking --ca-certificate parameter.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -