: -view -restrict
Can certutil be used to '-restrict' the commonname, or other fields using wildcards?
The below command will only return the field headers:
certutil -config MyServer.mycompany.com\My-CA -restrict "Request.CommonName = *Hudson*"
The below command will return Hudson's certificate information:
certutil -config MyServer.mycompany.com\My-CA -restrict "Request.CommonName = KurtHudsonProduction"