From 24182ff27ee0cdbcf0c13c9a4ba59180aaf06863 Mon Sep 17 00:00:00 2001 From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com> Date: Sat, 22 Dec 2018 06:05:00 -0300 Subject: [PATCH] Double quote to prevent globbing and word splitting --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index e3ec74d..0ac9b4f 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -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 "\