設定ファイルを直接編集する場合
~/Library/Preferences/com.google.Chrome.plist
Key: AutoSelectCertificateForUrls
Type: Array
Key: item 0
Type: String
Value: {"pattern":"https://example.com","filter":{"ISSUER":{"CN":"Example CA"}}}
ターミナルから設定する場合
defaults write com.google.Chrome AutoSelectCertificateForUrls -array-add -string '{"pattern":"https://example.com","filter":{"ISSUER":{"CN":"Example CA"}}}'
設定確認方法
Chromeの入力欄に
chrome://policy
と入力して「ポリシーを再読み込み」ボタンを押す