Learn how to organize the content in the certificate file before uploading it with the upload-domain-certificate
command.
You are about to upload an SSL certificate using the upload-domain-certificate
command.
The file that holds the certificate data can contain:
-
An SSL certificate:
-----BEGIN CERTIFICATE-----
Your SSL certificate goes here.
-----END CERTIFICATE-----
-
An SSL certificate followed by an intermediate certificate:
-----BEGIN CERTIFICATE-----
Your SSL certificate goes here.
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
Your intermediate certificate goes here.
-----END CERTIFICATE-----
If you want to upload an intermediate certificate with upload-domain-certificate
, make sure that it goes after the SSL certificate in the certificate file.
Related Information
Experiencing Issues When Uploading Certificates
Troubleshooting Guide for Custom Domains in the Neo Environment