Skip to content

Commit 29fc84c

Browse files
kayiwaVickieKarasic
andcommitted
we use snapshots from OpenBSD
add the snapshots path Co-authored-by: Vickie Karasic <[email protected]>
1 parent 7e2c1a5 commit 29fc84c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/lego.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
OpenBSD includes a lego package. We will focus on dataspace and oar below
44

55
```bash
6-
doas pkg_add -vi -y lego
6+
doas pkg_add -viD'snap' lego
77
lego --version
88
# lego version v4.xx.x openbsd/amd64
99
```
@@ -34,7 +34,7 @@ location ^~ /.well-known/acme-challenge/ {
3434
EOF
3535
```
3636

37-
Add this include inside all existing port 80 server block (the one that redirects to HTTPS):
37+
Add this include inside all existing port 80 server block to your file at `/etc/nginx/nginx.conf` (the one that redirects to HTTPS):
3838

3939
```sh
4040
# allow acme path to port 80

0 commit comments

Comments
 (0)