Skip to content

Commit c314f81

Browse files
committed
Lab2 updates
1 parent b320cbb commit c314f81

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

labs/lab2/readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,16 @@ You will run some Docker containers to build out various workshop components, us
9797
Login Succeeded
9898
```
9999

100-
1. Run below script to generate temporary self-signed certificates that would be used by NGINX OSS instances.Ensure you are in the `/lab2` folder:
100+
1. Change to lab2 folder for these exercises.
101101

102102
```bash
103+
cd lab2
104+
```
105+
106+
1. Run the script below to generate temporary self-signed certificates that would be used by NGINX OSS instances. Ensure you are in the `/lab2` folder:
107+
108+
```bash
109+
103110
bash generate_certs.sh
104111
```
105112

0 commit comments

Comments
 (0)