: pkcs12 error
On Tue, Apr 03, 2012, Bin Lu wrote:
> Hi,
>
> When I tried the pkcs12 command (as below) in openssl 1.0.1, it gave me the
> following error.
> The same command worked fine in openssl 0.9.8d. Any idea?
>
> $ openssl pkcs12 -export -in test.cer -inkey test.key -
On Tue, Apr 03, 2012, Bin Lu wrote:
> Hi,
>
> When I tried the pkcs12 command (as below) in openssl 1.0.1, it gave me the
> following error.
> The same command worked fine in openssl 0.9.8d. Any idea?
>
> $ openssl pkcs12 -export -in test.cer -inkey test.key -out test.p12
> Enter pass phrase
You have to provide private key file also along with certificate.
It can be within your certificate file w.crt or u can provide the private
key file separately using -inkey option.
Try using -inkey option
Ravi
On Wed, 17 Oct 2001, Juan Carlos Albores Aguilar wrote:
> i'm trying to create a p