soulbird commented on issue #7181: URL: https://github.com/apache/apisix/issues/7181#issuecomment-1144284773
This seems to be an issue with openssl. APISIX is built with openresty-openssl, which doesn't seem to include the pkcs#11 standard. Therefore, you may need to build APISIX from source, adjust the configuration file when compiling openssl, add support for pkcs#11; then use the `use_engine` directive in APISIX to set your preferred openssl engine. This is just a suggestion, not necessarily works. In general your main focus should be on how openssl supports pkcs#11 not APISIX. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
