Microsoft
Software
Hardware
Network
Question : convert .p7b certificate to a .pfx
I have an SSL certificate in .p7b format that I need to convert to .pfx. If I try this through the windows certificate managment the option to expert as a .pfx is disabled.
Trying with openssl I have found the following two commands to do the conversion:
openssl pkcs7 -print_certs -in certificate.p7b -out certificate.cer
openssl pkcs12 -export -in certificate.cer -inkey privateKey.key -out certificate.pfx -certfile CACert.cer
but I'm not sure what key to use for teh esecond command, or what certificate CACert.cer refers to.
How can I convert this key to .pfx format?
Answer : convert .p7b certificate to a .pfx
Turns out it's not actually possible to convert a .p7b to a .pfx without a whole pile of extra information (keys and certificates) that get bundled into a .pfx.
Random Solutions
How do I setup a shared folder?
Use Voip Service like Vonage On Computer.
I need assistance Accessing the Active Directory through my ASP.Net page from IIS.
bridge setup urgent
error problem org.apache.jasper.JasperEx<wbr />ception: /test3.jsp(3,8) The value for the useBean class attribute teska.test2.TestMe is invalid.
XP domain clients can't browse network, but can ping by name or IP address
I am trying to do a datestring that will go back a month.
How to properly query a domain for all DNS records
How do I switch between multiple PC's using a Compaq KVM switch
What is the use of Node Manager in WebLogic