Fix set_pass() 'nopass' option

This commit is contained in:
Richard Bonhomme 2018-09-07 13:23:35 +01:00
parent 1eccb90148
commit 4d084268b8
No known key found for this signature in database
GPG Key ID: C7423CEDFEFCE950

View File

@ -1012,7 +1012,7 @@ $file"
If the key is currently encrypted you must supply the decryption passphrase. If the key is currently encrypted you must supply the decryption passphrase.
${crypto:+You will then enter a new PEM passphrase for this key.$NL}" ${crypto:+You will then enter a new PEM passphrase for this key.$NL}"
"$EASYRSA_OPENSSL" "$key_type" -in "$file" -out "$file" "$crypto" || die "\ "$EASYRSA_OPENSSL" "$key_type" -in "$file" -out "$file" $crypto || die "\
Failed to change the private key passphrase. See above for possible openssl Failed to change the private key passphrase. See above for possible openssl
error messages." error messages."