How to fix wget ERROR: The certificate of ‘ ’ is not trusted
How to fix wget command error in Debian or Ubuntu:
ERROR: The certificate of ‘ ’ is not trusted. ERROR: The certificate of ‘ ’ hasn't got a known issuer.
Example output:
For fixing wget problem “ERROR: The certificate of ‘ ’ is not trusted” in Debian or Ubuntu operating system you need install ca-certificates package.
Run:
$ sudo apt-get install ca-certificates
After install ca-certificates your problem will fixed.
Discuss article in ArsTech Forum