summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/make_key2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_key b/tools/make_key
index a6cf49c0d..9eb3c9884 100755
--- a/tools/make_key
+++ b/tools/make_key
@@ -69,7 +69,7 @@ if [ "${password}" == "" ]; then
else
echo "creating ${1}.pk8 with password [${password}]"
export password
- openssl pkcs8 -in ${one} -topk8 -outform DER -out $1.pk8 \
+ openssl pkcs8 -in ${one} -topk8 -v1 PBE-SHA1-3DES -outform DER -out $1.pk8 \
-passout env:password
unset password
fi