Skip to content

Instantly share code, notes, and snippets.

@cassettesgoboom
cassettesgoboom / mac-curl-ca-bundle.sh
Last active November 1, 2021 21:41 — forked from 1stvamp/mac-curl-ca-bundle.sh
Script to install cURL CA certificates on OS X without macports
#!/bin/bash
# Author: Ronny Wing - 1st November 2021 - https://gist.github.com/cassettesgoboom/3c79f0bf0d97a2340102d239403f4762
# Original: 1stvamp - 22nd March 2012 - https://gist.github.com/1stvamp/2158128
echo
echo "Making working folder..."
mkdir /tmp/curl-ca-bundle
cd /tmp/curl-ca-bundle