#Update SSL certificate on Heroku
##Generate private key To generate your private key you need to have Homebrew and OpenSSL installed on your mac.
First install Homebrew.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Then, install OpenSSL.