Create private key with CSR
Posted
by
Daniel Schlieckmann
on Server Fault
See other posts from Server Fault
or by Daniel Schlieckmann
Published on 2012-08-07T09:16:56Z
Indexed on
2012/09/01
15:39 UTC
Read the original article
Hit count: 363
I have a CSR file (as a text file) and the corresponding P7B certificate. My problem is that I have to create a P12 file on a machine where I do not have created the CSR.
I have created the CSR in Firefox Key Manager. Before, I imported the P7B file into certificate store in msc, then exported a CER-file, imported it in Key Manager and then exported the P12 file. This doesn't work anymore because I have another machine now.
If I try to import the CER file created by msc, Key Manager says that there is no private key.
Is there a possibility to create a private key?
© Server Fault or respective owner