From a774451cebbd258b87dbf1fee0a76d46fb3e5202 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Mon, 4 Jan 2021 04:31:27 +0100 Subject: [PATCH] Added tutorial to distrust cloudflare in the certificate authority --- guides/distrust_cloudflare.md | 40 +++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 guides/distrust_cloudflare.md diff --git a/guides/distrust_cloudflare.md b/guides/distrust_cloudflare.md new file mode 100644 index 0000000..4db6597 --- /dev/null +++ b/guides/distrust_cloudflare.md @@ -0,0 +1,40 @@ +# Distrust Cloudflare's certs from browser's Certificate Authority + +The only good thing about the evil [certificate +authority](/harmful/software/CA) is that you can manually edit it in +your browser, in this guide i'll show how to distrust Cloudflare's +certs in Pale Moon, but these steps should be similar in other +browsers. + +Why cloudflare's certificates? well, they're useless since +cloudflare's MITM will decrypt the HTTPS request automatically. You +can learn more about the crimes of cloudflare here: + + +1. Open the settings (`tools>preferences`) + +2. Go to `advanced>certificates` + +![](/.img/1609264022.png) + +3. Click "View Certificates" + +4. Click "Baltimore CyberTrust Root and click edit trust + +![](/.img/1609264076.png) + +5. Uncheck everything + +6. ![](/.img/1609264080.png) + +7. Click "Cloudflare Inc ECC CA-3" and click in "Delete or distrust" + +![](/.img/1609264086.png) + +8. Click "okay" + +9. Go to any cloudflared website + +10. There! + +