Custom domains and certificate management
Manage SSL/TLS certificates for your custom domains directly from the ReachFive Console. You can either use an automatically generated Let’s Encrypt certificate or upload your own custom certificate.
Overview
In the ReachFive Console, you can automate the management of certificates for your ReachFive project.
When you configure a custom domain, the system automatically requests and installs a certificate for you using Let’s Encrypt. If you prefer to use your own certificate, you can upload it through the console.
Prerequisites
-
You must have access to the
page in the ReachFive Console. -
You must own and control the DNS for the custom domain you wish to configure.
-
You need the correct cluster identifier, which is automatically managed by the system.
Configure a custom domain
-
Retrieve your domain information in the ReachFive Console under
. -
Create the DNS entry on your side using the information you received from us.
- DNS entry
-
test-custom-domain.domain.client IN CNAME <domain>
-
Send us the custom domain name to complete the setup process. By default, a Let’s Encrypt certificate is generated via Automatic certificate management. If you prefer a custom certificate, see Custom certificates.
Automatic certificate management
When a new custom domain is saved, the ReachFive Console triggers an automated workflow:
-
The certificate management service provisions an ingress resource on the cluster.
-
A Let’s Encrypt certificate is generated and installed automatically.
-
Renewals are handled automatically.
You don’t need to manually send certificate information or contact ReachFive support.
Custom certificates
If you prefer to use your own SSL/TLS certificate instead of Let’s Encrypt:
-
First, ensure a custom domain and an existing Let’s Encrypt certificate are already configured.
-
In the ReachFive Console, go to
. -
Paste your PEM-formatted certificate.
-
Paste your PEM-formatted private key.
-
Paste any intermediate certificates (if applicable)
-
Click Upload.
When you save:
-
The ReachFive Console sends a secure request to the certificate management service with your custom certificate data.
-
The certificate is installed on your cluster.
Updating a Custom Certificate
If you need to renew or replace a certificate:
-
Update the private key, certificate, or intermediate fields.
-
Don’t forget to Save your input..
The system compares your new values with the existing stored data (base64 format):
Notes
-
Certificates are stored securely in base64 format for integrity comparison.
-
Each environment (e.g.,
staging
andproduction
) requires a separate certificate. -
We recommend using the ReachFive PasteBin if you need to securely share certificate data with the ReachFive team.