Skip to content

Commit

Permalink
workaround false positive warning in shellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje committed Jan 17, 2024
1 parent 6d2072c commit 1dd8717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tdemoca
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ PORT=12345
trap kill_children EXIT
#Unclear why but w/o -rmd sha1 this fails
#call this without wrapper otherwise we have issues killing it later ...
# shellcheck disable=SC2153 # the PRIURI is defined in setup-soft{hsm,okn}
$CHECKER openssl ocsp -index "${DEMOCA}/index.txt" -rsigner \
"${DEMOCA}/ocspSigning.pem" -rkey "${PRIURI}" -CA "${DEMOCA}/cacert.pem" \
-rmd sha1 -port "${PORT}" -text &
Expand Down

0 comments on commit 1dd8717

Please sign in to comment.