feichenxue opened a new issue, #8474:
URL: https://github.com/apache/apisix/issues/8474

   ### Description
   
   有点类似于配置nginx开启客户端认证的配置
   这里只列出server段的关键部分:
   ssl_certificate /etc/pki/ca_linvo/server/server.crt;#server公钥
   ssl_certificate_key /etc/pki/ca_linvo/server/server.key;#server私钥
   ssl_client_certificate /etc/pki/ca_linvo/root/ca.crt;#根级证书公钥,用于验证各个二级client
   ssl_verify_client on;
   
   我看了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]

Reply via email to