Skip to main content

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

@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"