2
2

More than 5 years have passed since last update.

Mac OS XのChromeでAutoSelectCertificateForUrlsを設定する

Posted at

設定ファイルを直接編集する場合

~/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

と入力して「ポリシーを再読み込み」ボタンを押す

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2