Is there a way to set AutoSelectCertificateForUrls policy on edge chromium on linux

Copper Contributor

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?

1 Reply

@larsjbuerk :

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 ...