My ultimate objective is to sign my exe.
For this i would need a certificate. From my company's pKI i got a .cer file and .p7b (certificate chain) file.
Now to sign an exe i need a .pfx file. So i want to convert a .cer file to .pfx file
For this i donwloaded openssl distribution.
Now issuing this command openssl pkcs12 -export -in certificatename.cer -inkey privateKey.key -out certificatename.pfx -certfile cacert.cer is resulting into unable to load certificates.
Does anyone have any hints on this ?
best Regards, Saurav