Fix minor typo for tls cert in self hosting docs (#3014)

This commit is contained in:
Reynaldi Chernando
2026-05-08 23:23:06 +07:00
committed by GitHub
parent 908c02fd99
commit 7e5f64e04b
+1 -1
View File
@@ -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.<domain>`, `site.<domain>`, `app.<domain>`).
- 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