platform_system_core/fastboot/p12topem.sh
2009-03-03 19:32:55 -08:00

9 lines
157 B
Bash
Executable file

#!/bin/bash
if [ $# -ne 2 ]
then
echo "Usage: $0 alias passphrase"
exit -1
fi
openssl pkcs12 -passin pass:"$2" -passout pass:"$2" -in $1.p12 -out $1.pem