#!/usr/bin/env bash # parse p12 and export key and certificate data into a PEM format openssl pkcs12 -in "CEDevTeam-2023.pfx" -out "CEDevTeam-2023.pem" -nodes