To use Mutual TLS:

  1. Generate an x509 certificate and key pair.
  2. Register your application and paste the contents of your x509 certificate in PEM format.
  3. 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.