tao12345666333 commented on issue #479: URL: https://github.com/apache/apisix-helm-chart/issues/479#issuecomment-1442737102
you can try to use `openssl verify` to verify certs. e.g. for the test case 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 ``` -- 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]
