Skip to content

Commit 31d70d5

Browse files
committed
fix(lb): correct numbering
1 parent d73de90 commit 31d70d5

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

pages/load-balancer/how-to/add-certificate.mdx

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -77,32 +77,30 @@ Bear in mind the following restrictions for creating Let's Encrypt certificates:
7777

7878
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.
7979

80-
3. Click the Load Balancer you want to add a certificate to.
80+
3. Click the **SSL Certificates** tab.
8181

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:
8583

8684
<Lightbox image={image} alt="" />
8785

88-
6. Enter the required information:
86+
5. Enter the required information:
8987

9088
- Enter a name for your certificate, or use the auto-generated name suggested for you.
9189
- Select the **Let's Encrypt** certificate type.
9290
- Enter the main domain name associated with your Load Balancer, e.g. `my-website.com` using the Common Name box.
9391
- Enter additional domain names for the certificate using the **Subject Alternative Name** box if necessary.
9492

95-
7. Click **Create SSL certificate**.
93+
6. Click **Create SSL certificate**.
9694

9795
You are returned to the **SSL certificates** tab where your newly-created certificate now appears. You must now attach the certificate to your frontend:
9896

99-
8. Click the **Frontends** tab.
97+
7. Click the **Frontends** tab.
10098

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**.
102100

103101
<Lightbox image={image2} alt="" />
104102

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**.
106104

107105
Your certificate is added to your Load Balancer's frontend.
108106

@@ -125,33 +123,31 @@ Alternatively you can also choose to import a **[self-signed certificate](#how-t
125123

126124
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.
127125

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.
131127

132-
5. Click **Create an SSL certificate**. A pop-up displays:
128+
4. Click **Create an SSL certificate**. A pop-up displays:
133129

134130
<Lightbox image={image3} alt="" />
135131

136-
6. Enter the required information:
132+
5. Enter the required information:
137133

138134
- Enter a name for your certificate, or use the auto-generated name suggested for you.
139135
- Select **Import Certificate** under type.
140136
- 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.
141137

142-
7. Click **Create SSL certificate**.
138+
6. Click **Create SSL certificate**.
143139

144140
You are returned to the **SSL certificates** tab where your newly-created certificate now appears. You must now attach the certificate to your frontend:
145141

146142
<Lightbox image={image4} />
147143

148-
8. Click **Frontends**.
144+
7. Click **Frontends**.
149145

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**
151147

152148
<Lightbox image={image5} alt="" />
153149

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**.
155151

156152
Your certificate is added to your Load Balancer's frontend.
157153

0 commit comments

Comments
 (0)