tested with ubuntu 18:04
1) sudo apt-get install ca-certificates
2) copy CA certificate to local:
If your certificate in PEM format, need to convert to .crt using this command:
3) update certificate
1) sudo apt-get install ca-certificates
2) copy CA certificate to local:
sudo cp CERTIFICATE.crt /usr/local/share/ca-certificates/
openssl x509 -outform der -in CERTIFICATE.pem -out CERTIFICATE.crt
3) update certificate
sudo update-ca-certificates
ref:
No comments:
Post a Comment
Terima kasih