diff --git a/tools/make_key b/tools/make_key index ac02d175b..209d824f6 100755 --- a/tools/make_key +++ b/tools/make_key @@ -49,7 +49,7 @@ chmod 0600 ${one} ${two} read -p "Enter password for '$1' (blank for none; password will be visible): " \ password -( openssl genrsa -3 2048 | tee ${one} > ${two} ) & +( openssl genrsa -f4 2048 | tee ${one} > ${two} ) & openssl req -new -x509 -sha1 -key ${two} -out $1.x509.pem \ -days 10000 -subj "$2" &