You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/load-balancer/how-to/add-certificate.mdx
+14-18Lines changed: 14 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,32 +77,30 @@ Bear in mind the following restrictions for creating Let's Encrypt certificates:
77
77
78
78
2. Use the **region selector** at the top of the page to filter for the region of the Load Balancer you want to configure, then click the Load Balancer in the listing. The Load Balancer's **Overview** page displays.
79
79
80
-
3. Click the Load Balancer you want to add a certificate to.
80
+
3. Click the **SSL Certificates** tab.
81
81
82
-
4. Click the **SSL Certificates** tab.
83
-
84
-
5. Click **Create SSL certificate**. A pop-up displays:
82
+
4. Click **Create SSL certificate**. A pop-up displays:
85
83
86
84
<Lightboximage={image}alt="" />
87
85
88
-
6. Enter the required information:
86
+
5. Enter the required information:
89
87
90
88
- Enter a name for your certificate, or use the auto-generated name suggested for you.
91
89
- Select the **Let's Encrypt** certificate type.
92
90
- Enter the main domain name associated with your Load Balancer, e.g. `my-website.com` using the Common Name box.
93
91
- Enter additional domain names for the certificate using the **Subject Alternative Name** box if necessary.
94
92
95
-
7. Click **Create SSL certificate**.
93
+
6. Click **Create SSL certificate**.
96
94
97
95
You are returned to the **SSL certificates** tab where your newly-created certificate now appears. You must now attach the certificate to your frontend:
98
96
99
-
8. Click the **Frontends** tab.
97
+
7. Click the **Frontends** tab.
100
98
101
-
9. Click the three dot menu next to the frontend you want to add the certificate to, then click **Edit**.
99
+
8. Click the three dot menu next to the frontend you want to add the certificate to, then click **Edit**.
102
100
103
101
<Lightboximage={image2}alt="" />
104
102
105
-
10. Select the certificate you just created from the **SSL Certificate(s)** drop-down, then click **Edit Frontend**.
103
+
9. Select the certificate you just created from the **SSL Certificate(s)** drop-down, then click **Edit Frontend**.
106
104
107
105
Your certificate is added to your Load Balancer's frontend.
108
106
@@ -125,33 +123,31 @@ Alternatively you can also choose to import a **[self-signed certificate](#how-t
125
123
126
124
2. Use the **region selector** at the top of the page to filter for the region of the Load Balancer you want to configure, then click the Load Balancer in the listing. The Load Balancer's **Overview** page displays.
127
125
128
-
3. Click the Load Balancer you want to add a certificate to.
129
-
130
-
4. Click the **SSL Certificates** tab.
126
+
3. Click the **SSL Certificates** tab.
131
127
132
-
5. Click **Create an SSL certificate**. A pop-up displays:
128
+
4. Click **Create an SSL certificate**. A pop-up displays:
133
129
134
130
<Lightboximage={image3}alt="" />
135
131
136
-
6. Enter the required information:
132
+
5. Enter the required information:
137
133
138
134
- Enter a name for your certificate, or use the auto-generated name suggested for you.
139
135
- Select **Import Certificate** under type.
140
136
- Paste the full PEM-formatted certificate into the box provided. Include the entire certificate chain with public key, private key, and (optionally) Certificate Authorities. You may have received this information either in a combined file or in separate files from your CA. Contact them for more details on how to combine the information if you received the chain divided into multiple files.
141
137
142
-
7. Click **Create SSL certificate**.
138
+
6. Click **Create SSL certificate**.
143
139
144
140
You are returned to the **SSL certificates** tab where your newly-created certificate now appears. You must now attach the certificate to your frontend:
145
141
146
142
<Lightboximage={image4} />
147
143
148
-
8. Click **Frontends**.
144
+
7. Click **Frontends**.
149
145
150
-
10. Click the three dot menu next to the frontend you want to add the certificate to, then click **Edit**
146
+
8. Click the three dot menu next to the frontend you want to add the certificate to, then click **Edit**
151
147
152
148
<Lightboximage={image5}alt="" />
153
149
154
-
11. Select the certificate you just created from the **SSL Certificate(s)** drop-down, then click **Edit Frontend**.
150
+
9. Select the certificate you just created from the **SSL Certificate(s)** drop-down, then click **Edit Frontend**.
155
151
156
152
Your certificate is added to your Load Balancer's frontend.
0 commit comments