From a97d90ebf6e21a7dcb84ab92d6a7ca5e7f8e45b2 Mon Sep 17 00:00:00 2001 From: Abdulaziz <60339265+Abdjulaziz@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:01:06 +0200 Subject: [PATCH 1/4] Update README.md Cleaning up section and rephrasing CF section --- .../set-up/project-settings/manage-hostnames/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/umbraco-cloud/set-up/project-settings/manage-hostnames/README.md b/umbraco-cloud/set-up/project-settings/manage-hostnames/README.md index 85c5194d517..b9ee57d966b 100644 --- a/umbraco-cloud/set-up/project-settings/manage-hostnames/README.md +++ b/umbraco-cloud/set-up/project-settings/manage-hostnames/README.md @@ -111,14 +111,13 @@ You will need to **remove the old DNS entry** before the Cloudflare service gene Cloudflare is a popular DNS provider, which offers a variety of different services to improve performance and security. We also use it for DNS and Hostnames on Umbraco Cloud. -You need to enroll the hostname you want to add to your project in a slightly different way if it's hosted on Cloudflare +When adding a hostname to your project hosted on Umbraco Cloud, using your own Cloudflare account the process is slightly different. 1. Set Proxy Status to **DNS Only** when creating a _CNAME_ or _A-record_ for your hostname in Cloudflare. -2. Change Proxy Status to **Proxying** once your hostname is **Protected** on the Hostname page for your Cloud project. Also, make sure the website is accessible through the hostname. +2. Change Proxy Status to **Proxied** once your hostname is **Protected** on the Hostname page for your Cloud project. Also, make sure the website is accessible through the hostname. +![image](https://github.com/user-attachments/assets/a3314b0b-8a44-4a9d-a136-489a768ad864) -The above is primarily relevant when you need to use specific Cloudflare services like Page Rules, Workers, and so on. - -Keeping the proxy status set to **DNS Only**, Umbraco Cloud will handle the automatic TLS setup and ensure your hostname is always protected by `HTTPS`. +The above is primarily relevant when you need to use specific Cloudflare services like Page Rules, Workers, and so on. ### Using Certificate Authority Authorization (CAA) for your domain? From 793769bcb0bb925875c2100501b11a31ab51c7e5 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Wed, 23 Oct 2024 08:35:28 +0200 Subject: [PATCH 2/4] Update README.md --- umbraco-cloud/set-up/project-settings/manage-hostnames/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/umbraco-cloud/set-up/project-settings/manage-hostnames/README.md b/umbraco-cloud/set-up/project-settings/manage-hostnames/README.md index b9ee57d966b..3c8f393647f 100644 --- a/umbraco-cloud/set-up/project-settings/manage-hostnames/README.md +++ b/umbraco-cloud/set-up/project-settings/manage-hostnames/README.md @@ -115,6 +115,7 @@ When adding a hostname to your project hosted on Umbraco Cloud, using your own C 1. Set Proxy Status to **DNS Only** when creating a _CNAME_ or _A-record_ for your hostname in Cloudflare. 2. Change Proxy Status to **Proxied** once your hostname is **Protected** on the Hostname page for your Cloud project. Also, make sure the website is accessible through the hostname. + ![image](https://github.com/user-attachments/assets/a3314b0b-8a44-4a9d-a136-489a768ad864) The above is primarily relevant when you need to use specific Cloudflare services like Page Rules, Workers, and so on. From 97be4366e3c0a5e4ebdb7d1a8b92bdeea31d15da Mon Sep 17 00:00:00 2001 From: sofietoft Date: Wed, 23 Oct 2024 09:06:20 +0200 Subject: [PATCH 3/4] Update README.md --- .../set-up/project-settings/manage-hostnames/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/umbraco-cloud/set-up/project-settings/manage-hostnames/README.md b/umbraco-cloud/set-up/project-settings/manage-hostnames/README.md index 3c8f393647f..5d9a19df88d 100644 --- a/umbraco-cloud/set-up/project-settings/manage-hostnames/README.md +++ b/umbraco-cloud/set-up/project-settings/manage-hostnames/README.md @@ -116,8 +116,6 @@ When adding a hostname to your project hosted on Umbraco Cloud, using your own C 1. Set Proxy Status to **DNS Only** when creating a _CNAME_ or _A-record_ for your hostname in Cloudflare. 2. Change Proxy Status to **Proxied** once your hostname is **Protected** on the Hostname page for your Cloud project. Also, make sure the website is accessible through the hostname. -![image](https://github.com/user-attachments/assets/a3314b0b-8a44-4a9d-a136-489a768ad864) - The above is primarily relevant when you need to use specific Cloudflare services like Page Rules, Workers, and so on. ### Using Certificate Authority Authorization (CAA) for your domain? From ea8c435338a48a55ee6b67436d6ad8f95afa8a2f Mon Sep 17 00:00:00 2001 From: sofietoft Date: Wed, 23 Oct 2024 09:21:44 +0200 Subject: [PATCH 4/4] Trigger GitBook checks --- .../set-up/project-settings/manage-hostnames/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco-cloud/set-up/project-settings/manage-hostnames/README.md b/umbraco-cloud/set-up/project-settings/manage-hostnames/README.md index 5d9a19df88d..e0857bf8af7 100644 --- a/umbraco-cloud/set-up/project-settings/manage-hostnames/README.md +++ b/umbraco-cloud/set-up/project-settings/manage-hostnames/README.md @@ -144,7 +144,7 @@ The Certificate Authority (CA) used to issue certificates for all Umbraco Cloud On the Professional and Enterprise plans, you can manually add your certificate to your project and bind it to one of the configured hostnames. -## Using your Web Application Firewal (WAF) on Umbraco Cloud +## Using your Web Application Firewall (WAF) on Umbraco Cloud If you need to use WAF in front of your Umbraco Cloud website this section will highlight some of the common configurations needed.