a6-recipe-mtls
Installation
SKILL.md
a6-recipe-mtls
Overview
Mutual TLS (mTLS) ensures both the client and server verify each other's identity via TLS certificates. Standard TLS only verifies the server; mTLS adds client certificate verification.
With APISIX and the a6 CLI, you can configure:
- Client → APISIX mTLS: Require clients to present valid certificates
- APISIX → Upstream mTLS: Present client certificates when connecting to backends
- End-to-end mTLS: Both directions simultaneously