commit | dd7bc3319deb2b77c5d07a51b7d6cd7e11b5beb0 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Mar 03 19:32:55 2009 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Mar 03 19:32:55 2009 -0800 |
tree | 2ba8d1a0846d69b18f623515e8d9b5d9fe38b590 | |
parent | e54eebbf1a908d65ee8cf80bab62821c05666d70 [diff] [blame] |
auto import from //depot/cupcake/@135843
diff --git a/fastboot/p12topem.sh b/fastboot/p12topem.sh new file mode 100755 index 0000000..f081eb5 --- /dev/null +++ b/fastboot/p12topem.sh
@@ -0,0 +1,9 @@ +#!/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