Skip to content

Commit

Permalink
tests: get rid of unnecesary redirection
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Moris <omoris@redhat.com>
  • Loading branch information
The-Mule committed Oct 1, 2024
1 parent 8757cf2 commit 5a810ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pkcs11-tool "${P11DEFARGS[@]}" --write-object "${CACRT}" --type=cert \
SERIAL=2

# convert the DER cert to PEM
openssl x509 -inform DER -in "$CACRT" -outform PEM > "$CACRT_PEM"
openssl x509 -inform DER -in "$CACRT" -outform PEM -out "$CACRT_PEM"

# the organization identification is not in the CA
echo 'organization = "PKCS11 Provider"' >> "${TMPPDIR}/cert.cfg"
Expand Down

0 comments on commit 5a810ab

Please sign in to comment.