Created
December 22, 2015 11:06
-
-
Save njh/1d6f2c6acdf39fb3c1b0 to your computer and use it in GitHub Desktop.
Policy file to configure Chrome/Chromium to automatically select a client certificate (useful for Kiosk mode)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AutoSelectCertificateForUrls": ["{\"pattern\":\"*\",\"filter\":{}}"] | |
} |
What would be the counterpart for chromium in Ubuntu? I’ve tried using defaults and creating a policy under /managed
Also for Yandex Browser (Arch Linux)
/etc/opt/yandex/browser/policies/managed
Loaded policies may check on page
browser://policy/
Can i choose which URL I want each certificate?
I mean like:
{
"google.com": "certificate1",
"bing.com": "certificate2"
}
Perfect, thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thx for this very usefull!