From 7e5f64e04b632186f45bfc8cc491ce0d8b7ae2f6 Mon Sep 17 00:00:00 2001 From: Reynaldi Chernando <12949382+reynaldichernando@users.noreply.github.com> Date: Fri, 8 May 2026 23:23:06 +0700 Subject: [PATCH] Fix minor typo for tls cert in self hosting docs (#3014) --- doc/self-hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/self-hosting.md b/doc/self-hosting.md index 16dde5309..e4f14ba90 100644 --- a/doc/self-hosting.md +++ b/doc/self-hosting.md @@ -14,7 +14,7 @@ Generates secrets, writes `.env` + `puter/config/config.json`, downloads `docker - **Docker** with the `compose` plugin. - A **domain** with DNS access — you need a wildcard record (`*.your-domain.com` → server IP). Puter routes by subdomain (`api.`, `site.`, `app.`). -- Optional: **TLS certs** (or `certbot` to grab them — see Step 4). +- Optional: **TLS certs** (or `certbot` to grab them — see Step 3). ## What's running