Certutil exportpfx
Hi,
I'm using certutil to export a certificate from my personal store. I have 2 certificates in that store with the same subject name which is the fqdn of my computer but issued by different CAs (let's say CA 1 and CA 2). How can I do to export the certificate
that has been issued by CA 1 ?
The command line I use is certutil -privatekey -p "pssword" -exportpfx <fqdn of my computer> C:\temp\<fqdn of my computer>.pfx
Regards.
François DufourSupervize Me
June 7th, 2010 12:07pm
On Mon, 7 Jun 2010 09:07:50 +0000, Fran?ois Dufour wrote:
I'm using certutil to export a certificate from my personal store. I have 2 certificates in that store with the same subject name which is the fqdn of my computer but issued by different CAs (let's say CA 1 and CA 2). How can I do to export the
certificate that has been issued by CA 1 ? The command line I use is certutil -privatekey -p "pssword" -exportpfx <fqdn of my computer> C:\temp\<fqdn of my computer>.pfx Regards. Fran?ois Dufour
Have a look at certutil -store -?|more and examine the options available
for CertID.
-- Paul Adare
MVP - Identity Lifecycle Manager
http://www.identit.ca
Paul Adare CTO IdentIT Inc. ILM MVP
Free Windows Admin Tool Kit Click here and download it now
June 7th, 2010 12:13pm