The Primary Certificate
Uploading Certificates to a Dedicated Load Balancer
The certificate that you upload to your load balancer must be contained in one unencrypted, PEM-encoded file.
This file must contain the entire certificate chain ordered sequentially:
Certificate | Example |
---|---|
-----BEGIN CERTIFICATE----- |
|
The Intermediate Certificate |
-----BEGIN CERTIFICATE----- |
You don’t need to include the root certificate in the certificate chain. However, ensure to include the ASCII armor in each certificate.
When creating the load balancer, you can upload an SSL endpoint using the cloudhub load-balancer create
command from the CLI.
You can upload a new SSL endpoint to an existing load balancer using Runtime Manager or the cloudhub load-balancer ssl-endpoint add
command from the CLI.