I have followed below steps to install a trusted authority certificate:
sudo cp mycert.cer /usr/share/ca-certificates/mycert.pem
sudo dpkg-reconfigure ca-certificates
sudo update-ca-certificates
Now, I want to remove this certificate as it is going to expire soon. Can someone please provide me steps to uninstall a previously installed certificate?
/usr/share/ca-certificates/mycert.pem
. Try removing the file and run the second and third command again. – danzel Feb 17 '20 at 08:31