Forum Discussion
Krishna2020
Feb 03, 2020Copper Contributor
How do I setup AutoCertificateSelectForUrls in the registry to avoid the certificate popup
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.
- Gunnar-HaslingerSteel Contributor
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\":{}}"