Is it possible to start a selenium PhantomJS session with a specific certificate?
Right now if I run it with PhantomJS I get Missing certficate. Adding --ignore-ssl-errors is not an option, this site needs the certificate.
I can use Chrome or Firefox and install the certificate first and then call webdriver.Chrome() and it will work, but is it possible to do this with PhantomJS?