Skip to content

Commit

Permalink
chore(ci): Fix integration test for OpenSSL 3
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol committed Apr 21, 2023
1 parent 2b5d61b commit fda63f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-test/test/config-setup-dehydrated.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -x
CONFIG_CSR_DIR=$(dirname "${CONFIG_CSR_PATH}")
mkdir -p "${CONFIG_CSR_DIR}"
openssl genpkey -algorithm EC -pkeyopt ec_paramgen_curve:P-256 | \
openssl req -new -subj "/CN=${CONFIG_CERT_CN}/" -key - -out "${CONFIG_CSR_PATH}"
openssl req -new -subj "/CN=${CONFIG_CERT_CN}/" -key /dev/stdin -out "${CONFIG_CSR_PATH}"

CONFIG_DEHYDRATED_CONF_DIR=$(dirname "${CONFIG_DEHYDRATED_CONF_PATH}")
mkdir -p "${CONFIG_DEHYDRATED_CONF_DIR}"
Expand Down

0 comments on commit fda63f9

Please # to comment.