Hey everyone,
I want to setup auto-selection for a client certificate in Safari.
I already figured out how do auto-select in chrome and firefox but from my research, seems like there isn't a simliar, easy, native way in Safari.
I saw that setting an identity preference between my client cert from keychain to a url/dns/service is possible.
Basicly my goal is for safari to select automatily the ame client cert for all of it's traffic.
The best solution I found was using TLD's: "*.com", "*.net" but it requires quite a a lot of objects and inefficient.
I have tried the following but all of them didn't work:
security set-identity-preference -c <CN name> -s "*"
security set-identity-preference -c <CN name> -s "*.*"
security set-identity-preference -c <CN name> -s "https://*"
security set-identity-preference -c <CN name> -s "https://*/"
security set-identity-preference -c <CN name> -s "https://*/*"
P.S: I know it isn't very secure but i still want to find a way how it can be done.