Steps to Validate a Certificate:
Open certificate in MMC → Details tab
Check:
Issuer matches the correct CA
Validity period is current
Signature algorithm is valid (not SHA1)
Click Certification Path tab:
Ensure there are no red Xs in the chain
Check Revocation Status:
Ensure CRL or OCSP is reachable and up to date
Use:
certutil -verify certificate.cer
ip: Use certutil -urlfetch -verify
to test both OCSP and CRL connections.
© 2024 SkillPoint IT. All rights reserved.