To enable authentication for securing data transmission over HTTPS, you can create certificates for load balancers. You can also modify and delete certificates.
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.
-----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 text box, press Enter, then paste the content of mid.crt in the Certificate 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:
-----BEGIN CERTIFICATE----- Content of the server certificate server.cer -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- Content of the intermediate certificate mid.crt -----END CERTIFICATE-----
-----BEGIN PRIVATE KEY----- Content of the private key private.key -----END PRIVATE KEY-----
Only certificates that are not in use can be deleted.