Forum Discussion

larsjbuerk's avatar
larsjbuerk
Copper Contributor
Apr 06, 2021

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?

  • DSHR's avatar
    DSHR
    Copper Contributor

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

Resources