I am using the following command in PowerShell which works fine and good:
certreq -accept -machine "c:\my_csr_response.crt"
This command processes a CA response to a SSL CSR.
My question is how do I get the thumbnail of the newly created certificate generated by this command?