Last Updated: Aug 21, 2024
Overview
This article offers answers to the below questions about the Auth0 Managed Certificates for Custom Domains.
- How long are the certificates valid?
- Are the certificates Extended Validation?
- Are they “wildcard” certs or specific?
- What is the Root CA and Issuing CA for these Certificates?
Applies To
- Auth0 Managed Certificates
- Custom Domains
Solution
-
How long are the certificates valid?
The certificate is valid for three months. For more information, refer to Auth0-managed certificates. -
Are the certificates Extended Validation?
Auth0 does not issue Extended Validation (EV) certificates; it uses standard Domain-Validated (DV) certificates. -
Are these wildcard certs or specific?
The certificates issued by Auth0 are specific to the custom domain they are issued for. They are not wildcard certificates. -
What is the Root CA and Issuing CA for these Certificates?
The Root CA is ISRG Root X1, and the Issuer is LetsEncrypt. Read more about it by checking out this document: Introduction of Additional Certificate Authorities.
To determine the Root CA and Issuing CA of a domain, the below steps should be followed:- Open the website in the web browser.
- Click the padlock icon (usually in the address bar) to view the website’s security information.
- Click Certificate or Certificate Information to view the website’s SSL/TLS certificate.
- Look for the Issuer or Issued By field in the certificate information. This will show the name of the Issuing CA that issued the certificate.
- Look for the Root or Root CA field in the certificate information. This will show the name of the Root CA that issued the certificate for the Issuing CA.
Alternatively, online tools like SSL Checker can be used to check a domain’s certificate details, including the Root CA and Issuing CA.