lua-nginx-module icon indicating copy to clipboard operation
lua-nginx-module copied to clipboard

feature: add ssl trusted certificate

Open theweakgod opened this issue 7 months ago • 0 comments

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

theweakgod avatar Jul 04 '24 12:07 theweakgod