Hi,
For accessing certain domains, I have to use a client certificate to authenticate myself. Whenever I visit these domains, I am forced to choose the certificate manually before being allowed to continue. This is the sort of popup I get (clipped not to show personal info):
On Chrome, you can set a default called 'AutoSelectCertificateForUrls' to automatically select the certificate for specific domains (see https://www.chromium.org/administrators/policy-list-3#AutoSelectCertificateForUrls). Is there a similar option in Opera?
I have tried the following command (MacOS), but no success (tho the same command works fine for Chrome, using com.google.Chrome):
- defaults write com.operasoftware.Opera.plist AutoSelectCertificateForUrls -array-add -string '{"pattern":"https://<domain>","filter":{"ISSUER":{"CN":"EXAMPLE_CN"}}}'
Any help would be greatly appreciated!
Thanks