Skip to content

Instantly share code, notes, and snippets.

@srathi-monarch
Created May 28, 2024 08:38
Show Gist options
  • Save srathi-monarch/1d50220e8c6c2d3489d7b69af9e8a9db to your computer and use it in GitHub Desktop.
Save srathi-monarch/1d50220e8c6c2d3489d7b69af9e8a9db to your computer and use it in GitHub Desktop.
Install Cloudlfare's `.pem` to the system certificate store.
sudo mkdir /usr/local/share/ca-certificates/cloudflare
cd !$
sudo cp ~/Downloads/Cloudflare_CA.pem ./Cloudflare_CA_1.crt # Note that the extension has changed.
sudo update-ca-certificates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment