Description
Background: Apache APISIX has the SSL object, we can create the certificate in the SSL object. And these certificates can be used as server certificates to match requests. In addition, when creating Upstream
we can set the client certificates. We hope to combine the two so that we can use the SSL object upstream.
Task:
- Add ssl_id in the upstream, and we can use the certificates in the SSL to connect upstream.