mTLS with CloudFlare PKI/TLS toolkit

If you are developing services which need to authenticate each other by mTLS you need a triplet of x509 certificate files: A root CA, client certificates and servers certificates and corresponding key files. One way to generate these files locally is to use openssl, but this is rather tedious as you must configure a lot to use this tool. A more elegant solution is to use the CloudFlare PKI/TLS toolkit....

2022-01-31 · 4 min · Martin Radile