Browse by Tags

03 October 2008
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... Read More...