Add CA Certificates in Debain/Ubuntu

Steps below list how to add certificates in debian based distribution

1. Copy your certificates to the following folder

/usr/local/share/ca-certificates

2. Run the following command to update the certificate bundle

sudo update-ca-certificates 

3. That's it.