Hi Peter, “(Example : list all certificates that will expire in less than one year. Start date is today (14th of july 2008), end date is today+ 1 year (14th of july 2009) certutil –view -out “RequestID,RequesterName,NotAfter” -restrict “NotAfter = 14/07/2008 00:00″” In my case the date format is ‘mm/dd/yyyy’. This could mean that your statement on the dates is wrong (14th July 2009) and this would be a non existing date.
true – you need to use your own local date format in order for the command to work correctly… so the statement is correct, it just needs more clarification on the date format 🙂