From bccaedebe401efa3176df568aef75215a4473c33 Mon Sep 17 00:00:00 2001 From: Brody Over <10548119+brody192@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:50:57 -0500 Subject: [PATCH] update docs --- src/docs/guides/create.md | 2 +- src/docs/guides/public-networking.md | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/docs/guides/create.md b/src/docs/guides/create.md index e7b89ff74..6577ddf96 100644 --- a/src/docs/guides/create.md +++ b/src/docs/guides/create.md @@ -111,7 +111,7 @@ The current template variable functions are: 1. `secret(length?: number, alphabet?: string)`: Generates a random secret (32 chars by default). - **Tip:**You can generate Hex or Base64 secrets by constructing the appropriate alphabet and length. + **Tip:** You can generate Hex or Base64 secrets by constructing the appropriate alphabet and length. - `openssl rand -base64 16` → `${{secret(22, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/")}}==` - `openssl rand -base64 32` → `${{secret(43, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/")}}=` diff --git a/src/docs/guides/public-networking.md b/src/docs/guides/public-networking.md index ef0704d73..648664c79 100644 --- a/src/docs/guides/public-networking.md +++ b/src/docs/guides/public-networking.md @@ -115,13 +115,7 @@ If you have a wildcard domain on Cloudflare, you must: - Turn off Cloudflare proxying is on the `_acme-challenge` record (disable the orange cloud) -- Disable Cloudflare's [Universal SSL](https://developers.cloudflare.com/ssl/edge-certificates/universal-ssl/disable-universal-ssl/) - - Screenshot of Disabling Cloudflare Universal SSL +- Enable Cloudflare's [Universal SSL](https://developers.cloudflare.com/ssl/edge-certificates/universal-ssl/enable-universal-ssl/) ## Target Ports