Create an mTLS Certificate
Overview
mTLS (Mutual TLS) certificates are used to authenticate to GlobalSign's APIs. It's a regular x.509 client certificate enabled for client authentication and serves as a second factor in authenticating against our APIs. The mTLS certificate is free of charge. We recommend creating a new key pair when using the production mTLS service, even if you have an existing one from a trial account.
Prerequisites
In order to create an mTLS certificate, you will need to ensure you have:
- An active API Credentials↗
- A CSR with new public/private key pair
Guidelines
-
Log in to your Atlas↗ account.
-
From the dashboard, click the Credentials dropdown to expand.
-
Select mTLS Certificate.
- Click on Generate an mTLS button at the upper right corner of the window.
- Select Directly via the API card, and then click Continue.
-
Select the API credential to link to the mTLS certificate, then click Continue.
-
Paste the CSR into the provided field, then click Continue.
NOTE: The CSR must be at least 2048 RSA key size. This CSR should contain a new public/private key pair. To create a CSR, please refer to this page.
-
You have now created an mTLS Certificate. From this screen, you can:
-
Copy the certificate contents into a text file and save it locally with a .cer file extension.
-
Click Download ICA to download the issuing CA certificate, then follow this guide to install↗.
-
WHAT'S NEXT: After creating your mTLS Certificate, download and install↗ it on your server.