Skip to content

Instantly share code, notes, and snippets.

View BuffMcBigHuge's full-sized avatar
🇨🇦
Be the best, so I have competition.

Marco Tundo BuffMcBigHuge

🇨🇦
Be the best, so I have competition.
View GitHub Profile
@Jlevyd15
Jlevyd15 / Heroku SSL with Certbot.md
Last active July 11, 2023 18:03
Creating a SSL certificate locally using Certbot on Mac OS and deploying to an existing Heroku App

Creating a SSL certificate locally using Certbot on Mac OS and deploying to an existing Heroku App

Caveats

  • You must have a heroku app deployed on the hobby tier. This is NOT the free tier and costs ~7/month
  • i'm assuming you have homebrew installed. It will be need to install the Certbot client
  • i'm also assuming you have the heroku CLI tools installed

first up, run this to install the certbot client

brew install certbot