We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5374b47 commit 5c38b2dCopy full SHA for 5c38b2d
1 file changed
Dockerfile
@@ -82,9 +82,9 @@ qat = qat_section\n\
82
\n\
83
[ qat_section ]\n\
84
engine_id = qatengine\n\
85
-dynamic_path = /usr/lib/x86_64-linux-gnu/engines-3/qatengine.so\n\
+ENABLE_SW_FALLBACK = 1\n\
86
+ENABLE_EVENT_DRIVEN_POLLING_MODE = 1\n\
87
default_algorithms = ALL' > /etc/ssl/openssl_qat.cnf
-
88
## Setup user and working directory
89
RUN useradd -m -d /home/container -s /bin/bash container
90
USER container
@@ -99,8 +99,8 @@ RUN echo Verifying install ...; \
99
java --version; \
100
echo openssl version; \
101
openssl version; \
102
- echo checking openssl engine; \
103
- openssl engine -t -c -v qat; \
+ echo openssl engine -t -c -v qatengine; \
+ openssl engine -t -c -v qatengine; \
104
echo Complete.
105
106
STOPSIGNAL SIGINT
0 commit comments