Skip to content

Instantly share code, notes, and snippets.

@Pitasi
Created May 21, 2018 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pitasi/978a809d0bd9f76564ae308d938affbc to your computer and use it in GitHub Desktop.
Save Pitasi/978a809d0bd9f76564ae308d938affbc to your computer and use it in GitHub Desktop.
Google Chrome automatically select certificate
# Make Google Chrome automatically select a self signed certificate
# Linux: create /etc/opt/chrome/policies/managed/policies.json with the following content
{
"AutoSelectCertificateForUrls": [
"{\"pattern\":\"https://[.*]zerynth.com\",\"filter\":{}}"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment