Forum Discussion
larsjbuerk
Apr 06, 2021Copper Contributor
Is there a way to set AutoSelectCertificateForUrls policy on edge chromium on linux
Hi there,
For a test automation project I would like to be able to set the AutoSelectCertificateForUrls policy for Edge Chromium in a debian based Docker container.
Is there any way to do that?
- DSHRCopper Contributor
For Microsoft Edge on Ubuntu I'm successfully using
cat /etc/opt/edge/policies/recommended/autoselect_certicate
{ "AutoSelectCertificateForUrls":
[ "{\"pattern\":\"https://[*.]example.com\",\"filter\":{\"ISSUER\":{\"CN\":\"XXX\"}}}", ],}So I would try to find the corresponding directory for chromium ...