Created
May 21, 2018 18:33
-
-
Save Pitasi/978a809d0bd9f76564ae308d938affbc to your computer and use it in GitHub Desktop.
Google Chrome automatically select certificate
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
# 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