Skip to content

Commit

Permalink
tests: Disable early initialization in httpd test
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Moris <[email protected]>
  • Loading branch information
The-Mule committed Oct 9, 2024
1 parent d6510d6 commit 1d89ee0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/httpd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ openssl_setup()
-e "s|\(default = default_sect\)|\1\npkcs11 = pkcs11_sect\n|" \
-e "s|\(\[default_sect\]\)|\[pkcs11_sect\]\n\1|" \
-e "s|\(\[default_sect\]\)|module = $PKCS11_MODULE\n\1|" \
-e "s|\(\[default_sect\]\)|pkcs11-module-load-behavior = early\n\1|" \
-e "s|\(\[default_sect\]\)|pkcs11-module-token-pin = file:$PIN_FILE\n\1|" \
-e "s|\(\[default_sect\]\)|activate = 1\n\n\1|" \
/etc/pki/tls/openssl.cnf >"${WORKDIR}"/openssl.cnf
Expand Down

0 comments on commit 1d89ee0

Please sign in to comment.