lua-nginx-module
lua-nginx-module copied to clipboard
feature: add ssl trusted certificate
This mainly adds the ssl_trusted_certificate feature to avoid issues where CA authentication issued by secondary certificates cannot succeed in mTLS. Added the trusted_cert parameter option for verify_client. I have made the corresponding modifications at the lua-resty-core: https://github.com/openresty/lua-resty-core/pull/473