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?