To use Mutual TLS:
- Generate an x509 certificate and key pair.
- Register your application and paste the contents of your x509 certificate in PEM format.
- Use your prefered programming language or framework to create a secure request, using the certificate and private key.
A more detailed description on how to use mutual TLS can be found here.