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

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -