Showing posts with label openssl. Show all posts
Showing posts with label openssl. Show all posts

Saturday, 13 January 2018

Passwordless openssl


To prevent being prompted for a password in openssl, you can provide a password as follows:
openssl pkcs12 -in key.pkcs12 -clcerts -nodes -out all.pem -passin pass:my_password