FAQs: Certificates in mTLS

Mutual TLS (mTLS) is a bilateral authentication protocol that ensures both the server and client are authenticated. By verifying that both parties possess the correct private key, mTLS guarantees the identities of the systems or individuals on both ends. Additional verification is provided by the information in their respective TLS certificates.

mTLS is commonly used in Zero Trust security architectures to verify users, devices, and servers within an organization. It also helps to maintain API security.

For more details, refer to the mTLS authentication documentation.

FAQs

Do we need to order a new certificate?

Customers can choose to use either a new certificate or an existing one. On the Digibee Integration Platform, it’s necessary to provide the full Certificate Authority (CA) chain (ca.crt) when configuring an Account within the customer’s realm. Ensure the certificate doesn’t have a password; otherwise, it won’t work.

Are wildcards allowed in the certificate?

Yes, wildcard certificates are allowed.

Last updated