Skip to main content
Solved

Verify if a Certificate is Installed

  • August 8, 2022
  • 1 reply
  • 7 views

Forum|alt.badge.img+10

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

Best answer by sdagley

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

1 reply

sdagley
Forum|alt.badge.img+25
  • Jamf Heroes
  • 3567 replies
  • Answer
  • August 8, 2022

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