We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2c1a5 commit 29fc84cCopy full SHA for 29fc84c
services/lego.md
@@ -3,7 +3,7 @@
3
OpenBSD includes a lego package. We will focus on dataspace and oar below
4
5
```bash
6
-doas pkg_add -vi -y lego
+doas pkg_add -viD'snap' lego
7
lego --version
8
# lego version v4.xx.x openbsd/amd64
9
```
@@ -34,7 +34,7 @@ location ^~ /.well-known/acme-challenge/ {
34
EOF
35
36
37
-Add this include inside all existing port 80 server block (the one that redirects to HTTPS):
+Add this include inside all existing port 80 server block to your file at `/etc/nginx/nginx.conf` (the one that redirects to HTTPS):
38
39
```sh
40
# allow acme path to port 80
0 commit comments