I'm doing automated testing from a CentOS 7 docker container using a headless Firefox browser and need to authenticate to the website I am testing. I have a .pfx client certificate and password, which I can successfully import/authenticate from a Windows Firefox UI but need to now duplicate in the CentOS docker container.
Do I need to convert the .pfx file and, if so, how do I do so programmatically so that I am not prompted for the password?
Where do I need to place the cert on the CentOS container so that Firefox can access it?
Any other additional steps in order for Firefox to automatically authenticate using the certs I have provided?
Thanks!