Skip to content

Commit 5d64b23

Browse files
committed
fixing image links
1 parent 76510b1 commit 5d64b23

File tree

1 file changed

+17
-17
lines changed
  • security/security-design/shared-assets/zerossl-lb-test-certificate-setup

1 file changed

+17
-17
lines changed

security/security-design/shared-assets/zerossl-lb-test-certificate-setup/README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Initially, we will create the load balancer and configure the HTTP listener on p
4646

4747
6. Select the checkbox next to your compute instance (in my case `apache`) from the list of instances.
4848

49-
![Screenshot for selecting the backend.](lb-select-backend.png "Screenshot for selecting the backend.")
49+
![Screenshot for selecting the backend.](images/lb-select-backend.png "Screenshot for selecting the backend.")
5050

5151
7. Click `Add selected backends`.
5252

@@ -66,13 +66,13 @@ Initially, we will create the load balancer and configure the HTTP listener on p
6666

6767
13. Since, this is a test, disable **Error logs** and **Access Logs** (if enabled).
6868

69-
![Screenshot for load balancer logging.](lb-logging.png "Screenshot for load balancer logging.")
69+
![Screenshot for load balancer logging.](images/lb-logging.png "Screenshot for load balancer logging.")
7070

7171
14. Click `Submit`.
7272

7373
Your load balancer will be created after a few moments.
7474

75-
![Screenshot for load balancer summary.](lb-created.png "Screenshot for load balancer summary.")
75+
![Screenshot for load balancer summary.](images/lb-created.png "Screenshot for load balancer summary.")
7676

7777
> **Note** If you have enabled the network traffic to your HTTPD server, and if it is running, **Backend sets health** shoudl be showing as **OK**. If not, check your networking and security lists.
7878
@@ -84,7 +84,7 @@ Before we enable a HTTPS connection to the web server, let's check out load bala
8484

8585
1. Open a browser and navigate to `http://<your LB public IP address>/`, accepting the HTTP warning issued by your browser.
8686

87-
![Screenshot for HTTP web site access.](browser-http.png "Screenshot for HTTP web site access.")
87+
![Screenshot for HTTP web site access.](images/browser-http.png "Screenshot for HTTP web site access.")
8888

8989
# Generate the TLS certificate
9090

@@ -102,25 +102,25 @@ For this tutorial, i'm using [ZeroSSL](https://app.zerossl.com/dashboard), prima
102102

103103
The IP will be validated as shown by the green tick.
104104

105-
![Screenshot for entering IP on ZeroSSL new certificate screen.](zerossl-ip.png "Screenshot for entering IP on ZeroSSL new certificate screen.")
105+
![Screenshot for entering IP on ZeroSSL new certificate screen.](images/zerossl-ip.png "Screenshot for entering IP on ZeroSSL new certificate screen.")
106106

107107
5. Click **Next Step ->**
108108

109109
4. Under **Validity**, select `90-Day Certificate`.
110110

111-
![Screenshot for entering validity on ZeroSSL new certificate screen.](zerossl-validity.png "Screenshot for entering validity on ZeroSSL new certificate screen.")
111+
![Screenshot for entering validity on ZeroSSL new certificate screen.](images/zerossl-validity.png "Screenshot for entering validity on ZeroSSL new certificate screen.")
112112

113113
5. Click **Next Step ->**
114114

115115
6. Don't select any add-ons.
116116

117-
![Screenshot for entering add-ons on ZeroSSL new certificate screen.](zerossl-addons.png "Screenshot for entering add-ons on ZeroSSL new certificate screen.")
117+
![Screenshot for entering add-ons on ZeroSSL new certificate screen.](images/zerossl-addons.png "Screenshot for entering add-ons on ZeroSSL new certificate screen.")
118118

119119
7. Click **Next Step ->**
120120

121121
8. On the **CSR & Contact** screen, ensure `Auto-Generate CSR` is enabled.
122122

123-
![Screenshot for entering CSR on ZeroSSL new certificate screen.](zerossl-CSR.png "Screenshot for entering CSR on ZeroSSL new certificate screen.")
123+
![Screenshot for entering CSR on ZeroSSL new certificate screen.](images/zerossl-CSR.png "Screenshot for entering CSR on ZeroSSL new certificate screen.")
124124

125125
9. Click **Next Step ->**
126126

@@ -134,15 +134,15 @@ Before ZeroSSL will issue a certificate, you must verify that you control the IP
134134

135135
12. Follow the instructions to upload the pki-validation file to your web server into the folder specified by ZeroSSL.
136136

137-
![Screenshot for verifying IP address.](zerossl-verify.png "Screenshot for verifying IP address.")
137+
![Screenshot for verifying IP address.](images/zerossl-verify.png "Screenshot for verifying IP address.")
138138

139139
13. Once the file is in place, click **Verify Domain** to start the verification process.
140140

141141
After successful verification, your certificate will be generated.
142142

143143
14. Click **Download Certificate (.zip)** to obtain the necessary certificate and key files from ZeroSSL.
144144

145-
![Screenshot for ZerosSSL certificate download.](zerossl-download.png "Screenshot for ZerosSSL certificate download.")
145+
![Screenshot for ZerosSSL certificate download.](images/zerossl-download.png "Screenshot for ZerosSSL certificate download.")
146146

147147
15. Extract the zip file to a suitable folder on your local machine. It contains three files:
148148

@@ -166,35 +166,35 @@ Before creating the HTTPS listener, we need to import our new certificate.
166166

167167
4. Change the **Certificate Resources** to `Load balancer managed certificate`.
168168

169-
![Screenshot for certificate selection.](lb-cert-list.png "Screenshot for certificate selection.")
169+
![Screenshot for certificate selection.](images/lb-cert-list.png "Screenshot for certificate selection.")
170170

171171
5. Click **Add certificate**.
172172

173173
6. Provide a name for your certificate such as its IP address.
174174

175-
![Screenshot for certificate name.](cert-name.png "Screenshot for certificate name.")
175+
![Screenshot for certificate name.](images/cert-name.png "Screenshot for certificate name.")
176176

177177
7. Under **Choose SSL certificate file**, drop your `certificate.crt` file into the box.
178178

179-
![Screenshot for certificate file.](cert-cert.png "Screenshot for certificate file.")
179+
![Screenshot for certificate file.](images/cert-cert.png "Screenshot for certificate file.")
180180

181181
8. Check the **Specify CA certificate** check box.
182182

183183
9. Under **Choose CA certificate file**, drop your `ca_bundle.crt` file into the box.
184184

185-
![Screenshot for CA certificate file.](cert-ca.png "Screenshot for certificate file.")
185+
![Screenshot for CA certificate file.](images/cert-ca.png "Screenshot for certificate file.")
186186

187187
8. Check the **Specify private key** check box.
188188

189189
9. Under **Choose CA private key file**, drop your `private.key` file into the box.
190190

191-
![Screenshot for private key file.](cert-priv.png "Screenshot for private key file.")
191+
![Screenshot for private key file.](images/cert-priv.png "Screenshot for private key file.")
192192

193193
10. Click **Add certificate** to to finalise the addition of the certificate.
194194

195195
11. Click **Close** on the **Work Request** and wait for the new certificat to appear in the list of certificates (a new moments).
196196

197-
![Screenshot for imported cert.](cert-list.png "Screenshot for imported cert.")
197+
![Screenshot for imported cert.](images/cert-list.png "Screenshot for imported cert.")
198198

199199
Now that we have our certificate imported, we can create the new listener.
200200

@@ -225,7 +225,7 @@ Now that we have created the HTTPS listener, we can test it.
225225

226226
You will see that you now have a secure connection to your web server, as indicated by the padlock in your browser address bar.
227227

228-
![Secure browser connection to web site.](browser-https.png "Secure browser connection to web site.")
228+
![Secure browser connection to web site.](images/browser-https.png "Secure browser connection to web site.")
229229

230230
This completes the lab.
231231

0 commit comments

Comments
 (0)