Posted on 08-08-2022 10:08 AM
Hello everyone
Is there a way to verify if a Login Certificate is installed on a workstation? Also to list the login certificates as I don't know the cert name
Solved! Go to Solution.
Posted on 08-08-2022 12:01 PM
@sgiesbrecht By "Login Certificate" are you asking what certificates are installed in the login keychain? If so the following command will report that name of all the certificates in that keychain :
/usr/bin/security find-certificate -a login.keychain | grep "labl"
Posted on 08-08-2022 12:01 PM
@sgiesbrecht By "Login Certificate" are you asking what certificates are installed in the login keychain? If so the following command will report that name of all the certificates in that keychain :
/usr/bin/security find-certificate -a login.keychain | grep "labl"