jinjianming commented on issue #479:
URL: 
https://github.com/apache/apisix-helm-chart/issues/479#issuecomment-1442744489

   > 您可以尝试使用`openssl verify`来验证证书。
   > 
   > 
例如,对于测试用例https://github.com/apache/apisix/blob/4ab50da569fb209a91c035a7b951f54fbbc9cd56/t/deployment/mtls.t#L47-L63
   > 
   > ```
   > ➜  certs git:(master) openssl verify -CAfile ./mtls_ca.crt mtls_client.crt
   > mtls_client.crt: OK
   > ➜  certs git:(master) openssl verify -CAfile ./mtls_ca.crt mtls_server.crt
   > mtls_server.crt: OK
   > ```
   @tao12345666333  
   我在control-plane PODS 里面执行openssl verify是ok的.
   apisix@apisix-control-plane-6d5699b8b-n7l7f:/usr/local/apisix$  openssl 
verify -CAfile /conf-ca-ssl/tls.crt /conf-client-ssl/tls.crt 
   /conf-client-ssl/tls.crt: OK
   apisix@apisix-control-plane-6d5699b8b-n7l7f:/usr/local/apisix$  openssl 
verify -CAfile /conf-ca-ssl/tls.crt /conf-server-ssl/tls.crt 
   /conf-server-ssl/tls.crt: OK


-- 
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