Certificate Import Procedure for Linux
1. Ubuntu/ Debian:
a. Open terminal and login with root permissions
b. Download the certificate using the command:
wget http://webcast.pu.ac.in/cert/Fortinet_CA_SSL.crt
c. Move the downloaded certificate to /usr/shar/ca-certificates using the following command:
mv Fortinet_CA_SSL.crt /usr/share/ca-certificates/
d. Run the following command to complete the certificate installation:
dpkg-reconfigure ca-certificates
2. Red Hat/ Scientific Linux/ CentOS:
a. Open terminal and login with root permissions
b. Download the certificate using the command:
wget http://webcast.pu.ac.in/cert/Fortinet_CA_SSL.crt
c. Move the downloaded certificate to /etc/pki/ca-trust/source/anchors/ using the following command:
mv Fortinet_CA_SSL.crt /etc/pki/ca-trust/source/anchors/
d. Run the following commands to complete the certificate installation:
update-ca-trust enable
update-ca-trust extract