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?
Create an
X509Certificate2object from the file and grab the thumbprint from there.Find it in the cert store with: