From 06cbf9e137432a7361b47b8fe488001e182efa17 Mon Sep 17 00:00:00 2001 From: Max Phillips Date: Wed, 19 Feb 2025 15:46:22 -0500 Subject: [PATCH 1/3] Move Google Drive to its own section --- .../user-side-certificates/manual-deployment.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/user-side-certificates/manual-deployment.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/user-side-certificates/manual-deployment.mdx index f9d08cfc697f72..043276202e6045 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/user-side-certificates/manual-deployment.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/user-side-certificates/manual-deployment.mdx @@ -710,7 +710,11 @@ The file at `~/ca.pem` needs to remain in place in order for the `gcloud` utilit If you use Kaniko with Google Cloud SDK, you must install a Cloudflare certificate in the [Kaniko CA store](https://docs.gitlab.com/ee/ci/docker/using_kaniko.html#using-a-registry-with-a-custom-certificate). For more information, refer to the [`gcloud` documentation](https://cloud.google.com/sdk/gcloud/reference/builds/submit). -#### Google Drive for desktop +#### Google Apps Manager (GAM) + +Google Apps Manager (GAM) uses its own certificate store. To add a Cloudflare certificate to GAM, refer to the [GAM documentation](https://github.com/GAM-team/GAM/wiki/#using-gam-with-ssl--tls-mitm-inspection). + +### Google Drive To trust a Cloudflare root certificate in the Google Drive desktop application, follow the procedure for your operating system. These steps require you to [download a `.pem` certificate](#download-the-cloudflare-root-certificate). @@ -774,10 +778,6 @@ Get-ItemProperty -Path "HKLM:\SOFTWARE\Google\DriveFS" | Select-Object TrustedRo For more information, refer to the [Google documentation](https://support.google.com/a/answer/7644837) for the `TrustedRootCertsFile` setting. -#### Google Apps Manager (GAM) - -Google Apps Manager (GAM) uses its own certificate store. To add a Cloudflare certificate to GAM, refer to the [GAM documentation](https://github.com/GAM-team/GAM/wiki/#using-gam-with-ssl--tls-mitm-inspection). - ### AWS CLI To use a Cloudflare root certificate with AWS CLI, configure it in your AWS configuration files: From 87cc4e1ea4ed757ddc739119d3a3583719845655 Mon Sep 17 00:00:00 2001 From: Max Phillips Date: Wed, 19 Feb 2025 15:49:27 -0500 Subject: [PATCH 2/3] Update _redirects --- public/_redirects | 1 + 1 file changed, 1 insertion(+) diff --git a/public/_redirects b/public/_redirects index c0d158555912b5..9c17ff4b5513a6 100644 --- a/public/_redirects +++ b/public/_redirects @@ -1744,6 +1744,7 @@ /cloudflare-one/connections/connect-devices/warp/warp-settings/ /cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/ 301 /cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cloudflare-cert/ /cloudflare-one/connections/connect-devices/warp/user-side-certificates/manual-deployment/ 301 /cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cert-with-warp/ /cloudflare-one/connections/connect-devices/warp/user-side-certificates/automated-deployment/ 301 +/cloudflare-one/connections/connect-devices/user-side-certificates/manual-deployment/#google-drive-for-desktop /cloudflare-one/connections/connect-devices/user-side-certificates/manual-deployment/#google-drive 301 /cloudflare-one/connections/connect-networks/locations/ /cloudflare-one/connections/connect-devices/agentless/dns/locations/ 301 /cloudflare-one/connections/connect-networks/monitor-tunnels/grafana/ /cloudflare-one/tutorials/grafana/ 301 /cloudflare-one/connections/connect-networks/use-cases/kubectl/ /cloudflare-one/tutorials/many-cfd-one-tunnel/ 301 From 38caf933bbaf39a0cbee5c6d79669f3c2d2779a6 Mon Sep 17 00:00:00 2001 From: Max Phillips Date: Wed, 19 Feb 2025 16:01:43 -0600 Subject: [PATCH 3/3] Discard changes to public/_redirects --- public/_redirects | 1 - 1 file changed, 1 deletion(-) diff --git a/public/_redirects b/public/_redirects index 9c17ff4b5513a6..c0d158555912b5 100644 --- a/public/_redirects +++ b/public/_redirects @@ -1744,7 +1744,6 @@ /cloudflare-one/connections/connect-devices/warp/warp-settings/ /cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/ 301 /cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cloudflare-cert/ /cloudflare-one/connections/connect-devices/warp/user-side-certificates/manual-deployment/ 301 /cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cert-with-warp/ /cloudflare-one/connections/connect-devices/warp/user-side-certificates/automated-deployment/ 301 -/cloudflare-one/connections/connect-devices/user-side-certificates/manual-deployment/#google-drive-for-desktop /cloudflare-one/connections/connect-devices/user-side-certificates/manual-deployment/#google-drive 301 /cloudflare-one/connections/connect-networks/locations/ /cloudflare-one/connections/connect-devices/agentless/dns/locations/ 301 /cloudflare-one/connections/connect-networks/monitor-tunnels/grafana/ /cloudflare-one/tutorials/grafana/ 301 /cloudflare-one/connections/connect-networks/use-cases/kubectl/ /cloudflare-one/tutorials/many-cfd-one-tunnel/ 301