build-ca: Correct 'CA_key_pass' parameter expansion expression
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
ead015aab1
commit
4eb6cd6b5f
@ -1668,7 +1668,7 @@ to the latest Easy-RSA release."
|
||||
${cipher:+ "$cipher"} \
|
||||
-pass fd:3 \
|
||||
3<<-EOF
|
||||
${CA_key_pass-}
|
||||
${CA_key_pass}
|
||||
EOF
|
||||
then
|
||||
: # ok
|
||||
@ -1683,7 +1683,7 @@ to the latest Easy-RSA release."
|
||||
${cipher:+ "$cipher"} \
|
||||
-pass fd:3 \
|
||||
3<<-EOF
|
||||
${CA_key_pass-}
|
||||
${CA_key_pass}
|
||||
EOF
|
||||
then
|
||||
: # ok
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user