How to list issued certificates that expires soon

If you wish to list out the soon expiring certificates on your CA, then you can use the following certutil syntax:

certutil –view –restrict "NotAfter<=9/1/2008 08:00AM,NotAfter>=10/1/2008 08:00AM" –out "RequestID,RequesterName"

The above command will list the certificates expiring in september 2008.

Comments

No Comments