From dd2fac79924c20d31082f786a57a8ffd558dc4f7 Mon Sep 17 00:00:00 2001 From: Ondrej Moris Date: Wed, 9 Oct 2024 21:16:48 +0200 Subject: [PATCH] tests: Disable early initialization in httpd test Signed-off-by: Ondrej Moris --- tests/integration/httpd.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/httpd.sh b/tests/integration/httpd.sh index d4c948ff..9ba24588 100755 --- a/tests/integration/httpd.sh +++ b/tests/integration/httpd.sh @@ -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