docs(cloudflared) update cloudfared docs (#17779)

**Description**
Remove the wildcard warning and replace it with the no tls verify
comment
- wildcard is not supported in cloudflared tunnel when using traefik and
clusterissuer.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [X] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
This commit is contained in:
Xstar97TheNoob 2024-02-02 11:23:46 -05:00 committed by GitHub
parent e2f4d44bd9
commit 784e985252
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 6 deletions

View File

@ -19,14 +19,14 @@ title: Installation Notes
![cf-tunnel-hostname](./img/cf-tunnel-hostname.png)
![cf-tunnel-priv-network](./img/cf-tunnel-priv-network.png)
Notes:
:::notes
- You MAY need to modify cloudflared Zero Trust various settings in order for this work out-of-the-box which is beyond the scope of this guide.
- You can use this as a reverse proxy directly or use it in conjunction with traefik if you are behind a CGNAT, do not have a static IP, or can not port forward 443 (SSL).
:::
## Setting up individual apps
### Using traefik
@ -46,10 +46,9 @@ Then you need to do the same to set up the subdomain for each app you want to ex
![cloudflare-setup](./img/cloudflare-setup2.png)
:::danger Wildcard Subdomains
It's also possible to set up access to all apps at once by using a wildcard `*` subdomain public hostname, and then adding a CNAME record in the DNS settings with name=`*` and target equal to the target in the CNAME record for the parent domain, but this is not recommended due to security concerns.
:::danger No TLS Verify
Do NOT check the `No TLS Verify` this option will disable TLS verification and WILL allow any certificate from the origin to be accepted.
:::
### Without traefik