mirror / wget

Wget Git mirror
GNU General Public License v3.0
387 stars 131 forks source link

Currently wget does not support encrypted certificates, Can it be added? #17

Open zhengshaoyu opened 2 years ago

zhengshaoyu commented 2 years ago

so far, wget only support certificate file without password,
--certificate=FILE client certificate file

is it possible to add support client encrypted certificate file with password, such as like this: (as I known, curl support this feature now) “wget --cert <certificate[:password]> Client certificate file and password” ?