Double quote to prevent globbing and word splitting
This commit is contained in:
parent
07641547e4
commit
24182ff27e
@ -873,7 +873,7 @@ at: $crt_in"
|
||||
# make safessl-easyrsa.cnf
|
||||
make_ssl_config
|
||||
|
||||
"$EASYRSA_OPENSSL" ca -utf8 -revoke "$crt_in" -config "$EASYRSA_SAFE_CONF" $opts || die "\
|
||||
"$EASYRSA_OPENSSL" ca -utf8 -revoke "$crt_in" -config "$EASYRSA_SAFE_CONF" "$opts" || die "\
|
||||
Failed to revoke certificate: revocation command failed."
|
||||
|
||||
notice "\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user