Skip to content

Instantly share code, notes, and snippets.

View ptvandi's full-sized avatar

Andi Wilson ptvandi

View GitHub Profile
#! /bin/bash
######################################################################
#
# This script generates an SSL certficate for local development. To
# execute the script, run `bash create-dev-ssl-cert.sh`. Sudo is
# needed to save the certificate to your Mac KeyChain. After the cert
# is generated, you can use `HTTPS=true yarn start` to run the web
# server.
#