Verify if a Certificate is Installed

sgiesbrecht
Contributor III

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

1 ACCEPTED SOLUTION

sdagley
Esteemed Contributor II

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

View solution in original post

1 REPLY 1

sdagley
Esteemed Contributor II

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