lua-resty-core
lua-resty-core copied to clipboard
feature: veirfy client 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-nginx-module: https://github.com/openresty/lua-nginx-module/pull/2329