From a72c80ec01db843652832f0a98f06f453e38eb61 Mon Sep 17 00:00:00 2001 From: Max Phillips Date: Mon, 21 Oct 2024 15:23:57 -0500 Subject: [PATCH] Fix typo --- .../warp/user-side-certificates/install-cloudflare-cert.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cloudflare-cert.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cloudflare-cert.mdx index 432164f8b58b217..7564dd6482238b9 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cloudflare-cert.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cloudflare-cert.mdx @@ -472,7 +472,7 @@ To trust the Cloudflare root certificate in the Google Drive desktop application 4. Apply the newly created root certificate to your Google Drive application. ```sh - sudo defaults write /Library/Preferences/com.google.drivefs.settings TrustedRootsCertsFile -string "path/to/root.pem" + sudo defaults write /Library/Preferences/com.google.drivefs.settings TrustedRootCertsFile -string "path/to/roots.pem" ``` You can verify the update with the following command.