develog

[bash] wget --no-check-certificate 본문

카테고리 없음

[bash] wget --no-check-certificate

냐옴 2022. 1. 12. 14:31

 

$ wget --help | grep 'certificate'
       --no-check-certificate   don't validate the server's certificate.
       --certificate=FILE       client certificate file.
       --certificate-type=TYPE  client certificate type, PEM or DER.
       --ca-certificate=FILE    file with the bundle of CA's.
Comments