How's it going? I have the following openssl command
openssl pkcs12 -export -out certificado_destino.pfx -inkey clave -in Certificado_original.crt
How can I get this command not to ask me for a password? It tells me "Enter password" and then repeat it, does anyone know? I hope someone can help me thanks
I need it to go with pkcs12, to encrypt a certificate, and this encryption is required by the system that is handled in my country, I cannot remove the "pkcs12" command
When using the passout command:
openssl pkcs12 -export -inkey privada -in certificado.crt -out alias.p12 -passout privada
Returns the error that it must have a valid value,
Invalid password argument "privada" Error getting passwords