diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-07-28 16:26:32 +0200 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-07-28 16:26:32 +0200 |
commit | 2dac43c55a463146ec1ae4545bed9b65fc9262b0 (patch) | |
tree | 0a666c61a9bd2c95d5124efe94e11567b6fe061c /content | |
parent | 537d478ebbb6c9957c2adf46a887d32be00c5131 (diff) |
fix: remove lie about pf
Diffstat (limited to 'content')
-rw-r--r-- | content/2023/moved-to-openbsd.md | 2 |
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. |