I want to install a client certificate to the Ubuntu's certificate store, so that the user can login using the client certificate from browser (rather than with a username and password).
I am writing a bash script for the same. Which command can I use to do that?
I am aware that Firefox handles the certificates differently and I need commands / automated way to handle that also.
sudo pk12util -i /path/cert.p12 -d sql:/etc/pki/nssdb -W password, which is wrong.