Skip to main content

Convert P12 to PEM

cat password_file.txt | openssl pkcs12 -in file.p12 -out file.pem -nodes -passin stdin