Skip to content

Instantly share code, notes, and snippets.

@mrlesmithjr
Created December 5, 2019 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrlesmithjr/8c50f43bbebe0bdc2807ddf8996ebfcf to your computer and use it in GitHub Desktop.
Save mrlesmithjr/8c50f43bbebe0bdc2807ddf8996ebfcf to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
curl -O https://curl.haxx.se/ca/cacert.pem && cert-sync --user cacert.pem && rm cacert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment