To enable authentication for securing data transmission over HTTPS, ELB allows you to deploy certificates on load balancers.
Click Upload and select the certificate to be uploaded. Ensure that your browser is of the latest version.
The format of the certificate body is as follows:
-----BEGIN CERTIFICATE----- Base64–encoded certificate -----END CERTIFICATE-----
Click Upload and select the private key to be uploaded. Ensure that your browser is of the latest version.
Private Key: This must be an unencrypted private key. The format is as follows:-----BEGIN PRIVATE KEY----- [key] -----END PRIVATE KEY-----
If there is a certificate chain, you need to configure the certificates in the following sequence: sub-certificate (server certificate), intermediate certificate, and root certificate. If the root certificate has been preset on the server and is not contained in the issued certificates, first configure the sub-certificate (server certificate) and then the intermediate certificate.
For example, if a CA issued a private key private.key and two certificates: a sub-certificate (server certificate) server.cer and an intermediate certificate mid.crt, paste the content of server.cer in the Certificate Content text box, press Enter, then paste the content of mid.crt in the Certificate Content text box, and paste the content of private.key in the Private Key text box to make the entire certificate chain take effect. The format of the certificate body in a certificate chain is as follows:
Certificate body
-----BEGIN CERTIFICATE----- Content of the server certificate file server.cer -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- Content of the intermediate certificate file mid.crt -----END CERTIFICATE-----
Private key
-----BEGIN PRIVATE KEY----- Content of the private key file private.key -----END PRIVATE KEY-----
If the created certificate is used for SNI, you need to specify a domain name. Only one domain name can be specified for each certificate, and the domain name must be the same as that in the certificate.
Only certificates that are not in use can be deleted.