MTLS Configuration via REST

Uploading an MTLS Certificate

To upload an MTLS certificate via REST:

  • Call the POST /certificates endpoint (Create Certificate)
  • In the body of the request, you must provide your mtlsCert.

Note that you must provide:

  • A valid PEM certificate.
  • It must be active (cannot br expired).
  • Only the mtlsCert can be passed in the request (your request will be rejected if you pass a csr simultaneously).
  • By default you may have up to two active MTLS certificates. (Having two active certifcates is useful where a certificate is due to expire).