I have been trying to set up Selenium to access an ssl protected service via firefox. To do this, it looks like I need to
I am capable of setting up a firefox profile via the GUI in such a way that will allow me to access the server, but I need to use a firefox instance that runs on a GUI-less CentOS server.
To set up the certificates from the GUI I go to Options->Privacy & Security->Certificates->View Certificates. I then go to the "Your Certificates" tab, click "Import", search my machine for the certificate "client1.p12". I then enter the password for the file and click "OK".
I was wondering if there was a command-line way of performing the above actions.