Skip to content

Instantly share code, notes, and snippets.

@dbrack
Created November 17, 2016 14:19
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 dbrack/654037a0783debb60a12891a8d8c1309 to your computer and use it in GitHub Desktop.
Save dbrack/654037a0783debb60a12891a8d8c1309 to your computer and use it in GitHub Desktop.
Auto select certificate for a domain in chrome
defaults write com.google.Chrome AutoSelectCertificateForUrls -array-add -string '{"pattern":"https://[*.]my.domain:8090","filter":{"ISSUER":{"CN":"example.com"}}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment