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!

 

Reply via email to