Custom SSL Certificates
The EdjPlatform provides the following features for custom domain certificates:
-
Certificate must be valid X.509 Certificate.
-
You can copy and paste the content from the certificate
.pem
file. -
You can add multiple custom certificates.
-
A valid custom certificate has an
Active
status on upload to the EdjPlatform. Once it expires, the status changes toExpired
and you need to upload the certificate again. -
Chains contain all the intermediate certificates up to the root certificate.
-
Private keys contain the secret key of the certificate, which is used by the Web server when it makes an SSL/TLS connection.
A custom certificate is validated based on the following parameters:
-
Common Name - The certificate should be of the same domain or a subdomain of the domain for which you are uploading the certificate.
-
Expiry - The certificate should not be expired.
-
Issuer - The certificate should not be self-signed.
SSL Certificate Chain Order - The EdjPlatform validates the chain of trust starting from the end-user certificate, intermediate certificates, up to the root certificates. Root CAs are a trusted source of certificates.
While validating the chain of trust, the EdjPlatform validates the intermediate certificates as follows:
-
Certificate should not be expired.
-
Root certificate should be one of the certificates mentioned in Included Certificates.
Add a Custom Certificate
To add a custom certificate:
-
Switch to the organization associated with the domain.
-
Click
.
The Domains page displays. -
Click the domain row to add a certificate or hover over the row, and then click the Edit icon.
-
Click the SSL/TLS tab.
The SSL/TLS table displays. -
Click Add Custom Certificate from the Add Certificate drop-down.
The Create a Certificate dialog displays. -
Enter your certificate information as text or click Select File to display the selection dialog window.
-
Click Create.
The SSL/TLS tab displays the added certificate.
Edit a Custom Certificate
You can edit only the name of a custom certificate.
To edit a custom certificate:
-
Switch to the organization associated with the domain.
-
Click
.
The Domains page displays. -
Click the row of the domain that contains the certificate or hover over the row, and then click the Edit icon.
-
Click the SSL/TLS tab.
The SSL/TLS table displays. -
Click the row of the certificate you want to edit or hover over the row, and then click the Edit icon.
The Certificate fly-in window displays. -
Update as needed, and then click Save.
Delete a Custom Certificate
To delete a custom certificate:
-
Switch to the organization associated with the domain.
-
Click
.
The Domains page displays. -
Click the row of the domain that contains the certificate or hover over the row, and then click the Edit icon.
-
Click the SSL/TLS tab.
The SSL/TLS table displays. -
Click the row of the certificate you want to delete or hover over the row, and then click Delete.
-
On the Delete Certificate confirmation dialog, click Delete.