Skip to content

Latest commit

 

History

History
42 lines (20 loc) · 1.47 KB

uploading-an-intermediate-certificate-df74123.md

File metadata and controls

42 lines (20 loc) · 1.47 KB

Uploading an Intermediate Certificate

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