How do I setup AutoCertificateSelectForUrls in the registry to avoid the certificate popup

Copper Contributor

How do I setup AutoCertificateSelectForUrls in the registry for edge and chromium browsers to avoid the certificate popup when we browse a site that requires specific certificates.

1 Reply

@Krishna2020you find this Policy well documented:

https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#autoselectcertificateforurls

 

If you like to use a reg-File, it looks like this (never ask, use AutoSelect on all Sites):

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\AutoSelectCertificateForUrls]
"1"="{\"pattern\":\"https://*\",\"filter\":{}}"