summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/2023/moved-to-openbsd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/2023/moved-to-openbsd.md b/content/2023/moved-to-openbsd.md
index 4fdb182..32cfabb 100644
--- a/content/2023/moved-to-openbsd.md
+++ b/content/2023/moved-to-openbsd.md
@@ -96,7 +96,7 @@ and to start it
$ doas rcctl start httpd
{{</highlight>}}
-And boom. Opening http://michal.sapka.me shows on our site both on IPv4 and IPv6. Under the hood, httpd(8) communicated with pf(4), the firewall of BSD, and opened port 80. Magic!
+And boom. Opening http://michal.sapka.me shows on our site both on IPv4 and IPv6. One thing to note here is the limitation of up to HTTP 1.1. HTTP 2 is not supported.
Let's add TLS, so we have this cute lock icon. For this, we will request a certificate from [Let's Encrypt](https://letsencrypt.org/) using acme-client(1). If you used certbot, this will look familiar - just tidier.