Hello!
I generate this certificate....
..\openssl genrsa -out mcg.key -des3 2048 ..\openssl req -out mcg.csr -new -key mcg.key
..\openssl req -out mcg.crt -x509 -key mcg.key -in
mcg.csr
The
I execute ..\openssl pkcs12 -export -in mcg.crt -inkey mcg.key -out
mcg_openssl.p12 -name MCG_Gestión
But
i need that the Sigature Algoritme will be SHA1RSA, not md5RSA. I don´t know the
command to run with openssl pkcs12
Thanks!
|
- PKCS7_decrypt Antonio Andrés Espallardo
- Re: how can I make PKCS12 encrypted with SH... David Bolufer
- Re: how can I make PKCS12 encrypted wit... Dr. Stephen Henson
- Re: how can I make PKCS12 encrypted wit... Charles Cranston
- Re: PKCS7_decrypt Dr. Stephen Henson