I have tried and searched almost everything but still didn't find an answer to import a root CA into chromedriver while running my Selenium test.
Small background info: I am running regression tests with Selenium and chromedriver. My goal is to let these functional tests pass through Zed Attack Proxy. Since the webapplication uses https I need the Zed Attack proxy certificate imported in the chromedriver so it would trust Zed Attack Proxy to decrypt requests passing by.
FYI, this problem cannot be solved by ignoring-certificate-errors because this won't decrypt the requests but simply ignore it.
Any help is appreciated!