From 6b2d93aacf4275ad828ac8f7d93e9af7c4330cf9 Mon Sep 17 00:00:00 2001 From: Andrea Zonca Date: Tue, 23 Sep 2025 22:09:31 -0700 Subject: [PATCH] Apply suggestion from @julianpistorius Co-authored-by: Julian Pistorius --- docs/install/jetstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/jetstream.md b/docs/install/jetstream.md index b028cda..ffb9c1f 100644 --- a/docs/install/jetstream.md +++ b/docs/install/jetstream.md @@ -52,7 +52,7 @@ Encrypted (HTTPS) access is strongly recommended before inviting users. See the full guide: [Enable HTTPS](/howto/admin/https). Below is a quick recipe for using the default Jetstream-provided hostname. -1. In the terminal inside the instance, configure Let's Encrypt (replace with a real email you control): +1. In the terminal inside the instance, configure Let's Encrypt (replace with a real email you control, and the correct hostname): ```bash sudo tljh-config set https.enabled true sudo tljh-config set https.letsencrypt.email you@example.com