Skip to content

Instantly share code, notes, and snippets.

@njh
Created December 22, 2015 11:06
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save njh/1d6f2c6acdf39fb3c1b0 to your computer and use it in GitHub Desktop.
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)
{
"AutoSelectCertificateForUrls": ["{\"pattern\":\"*\",\"filter\":{}}"]
}
@juan2three
Copy link

What would be the counterpart for chromium in Ubuntu? I’ve tried using defaults and creating a policy under /managed

@BanHammerYKT
Copy link

Also for Yandex Browser (Arch Linux)
/etc/opt/yandex/browser/policies/managed

Loaded policies may check on page
browser://policy/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment