Re: File CER into File PFX

2011-02-15 Thread Jeffrey Walton
Hi Yann, > I know , but i haven't file .KEY (eg. cert.key) , i must convert file .cer > into .pfx without file .key Factor n, or solve the discrete log to recover the private exponent. On Mon, Feb 14, 2011 at 11:44 AM, yann458 wrote: > > > I know , but i haven't file .KEY (eg. cert.key) , i must

Re: File CER into File PFX

2011-02-15 Thread yann458
I know , but i haven't file .KEY (eg. cert.key) , i must convert file .cer into .pfx without file .key ramaswamy.bm wrote: > > Try this > openssl pkcs12 -inkey cert.key -in cert.cer -export -out output.pfx > > Thanks, > Ram > > > yann458 wrote: >> Hello, >> >> I need to convert a file .CER

Re: File CER into File PFX

2011-02-14 Thread Ramaswamy BM
Try this openssl pkcs12 -inkey cert.key -in cert.cer -export -out output.pfx Thanks, Ram yann458 wrote: Hello, I need to convert a file .CER into file PFX knowing that I do not have to file KEY (.PVK) Help me because I know little in certificate. I absolutely need. Thank you very help .