As of February 2026, this feature is only available for new customer managed domains. Any existing domains previously configured with support from Palantir may continue to require Palantir support.
Users with permissions to edit custom domains and certificates can access the Domains & certificates tab under Enrollment settings in Control Panel to create, edit, and delete custom domains and renew certificates. Enrollment administrators and Information Security Officers are given these permissions by default.
Custom domain and certificate configuration in Control Panel is a new feature and, due to compliance reasons and ongoing migrations, may not be available on some enrollments. If the feature is not yet available in your enrollment, contact your Palantir representative for assistance.

Follow the steps below to create a custom domain. The first step is creating a new certificate.
.pem CSR file. This CSR is used in the next step to obtain a signed certificate from a certificate authority (CA).Signing the certificate should be completed outside of the platform. This can be done by many domain providers or through a registered CA. To ensure compatibility and security, the signed certificate must meet the following criteria:
CN and SAN fields must exactly match those in the generated CSR.If you received multiple signed certificates (including both leaf certificates signed by intermediate CAs and intermediate certificates signed by the root CA), concatenate these certificates into a single .pem file with the leaf certificate first, followed by intermediate certificates. Certificates uploaded to Control Panel must be signed by a root CA approved by the Palantir security team in order to be accepted.
This process may vary based on the domain and method you choose to sign the certificate.




NotAllowedByPalantirSecurity: The certificate authority is not allowed by Palantir security. Common root causes for this error include:
UntrustedAlgorithm: The certificate was signed using an untrusted algorithm.InvalidSignedCertificate: The signed certificate is invalid, or it does not match the CSR.ShortExpiryForCertificate: The duration until certificate expiration is too short.When setting up a new domain, you can choose to copy settings from an existing domain to the new domain for convenience. The following automatic changes occur if you go forward with this option:

Follow the steps below to migrate from an existing domain:
If a certificate is set to expire within 30 days, a banner will appear at the top of Control Panel to notify you. In addition, an email will be sent to users with the Enrollment administrator role.
To renew expiring certificates, follow these steps:
The process for creating a new custom certificate mirrors that of creating a new custom domain. If no custom domain corresponding to the new certificate’s common name exists, a new one will be created, and the flow will automatically switch to the creation of a new custom domain.
To edit the active certificate of a domain:

To delete a domain, navigate to Actions > Delete.
A domain cannot be deleted if any of the following are true:

CSR = Certificate Signing RequestCA = Certificate AuthoritySAML = Security Assertion Markup LanguageOIDC = OpenID ConnectDNS = Domain Name ServerThe following section serves to answer frequently asked questions.
No. The Palantir-owned domain provided with your enrollment is not modifiable in self-service. If you have an enterprise account and need to change your domain to another Palantir-owned domain, contact your Palantir representative.
No. Certificates uploaded to Control Panel must be signed by a root CA approved by the Palantir security team to be accepted. Leaf certificates are not permitted on their own. As mentioned in step 2, you must concatenate leaf and intermediate certificates into a single .pem file with the leaf certificate first, followed by intermediate(s):
-----BEGIN CERTIFICATE-----
[leaf certificate content]
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
[intermediate certificate content]
-----END CERTIFICATE-----