dwyl / learn-heroku

:checkered_flag: Learn how to deploy your web application to Heroku from scratch step-by-step in 7 minutes!
153 stars 395 forks source link

Let's Encrypt Certificate Renewal Step-by-Step Guide #8

Closed nelsonic closed 7 years ago

nelsonic commented 7 years ago

We have a detailed ("step-by-step") guide to setting up SSL Certificate on Heroku: https://github.com/dwyl/learn-heroku/blob/master/SSL-certificate-step-by-step-setup-instructions.md

However the Let's Encrypt Certs only last 3 months. This is fine for a "Startup" or "Hackathon" project that you just want to get up-and-running ASAP, but it's lame for a project that has longevity.

So, the time has come to extend our tutorial to include certificate renewal.

Relates to: https://github.com/healthlocker/healthlocker/issues/712

nelsonic commented 7 years ago

https://certbot.eff.org/docs/using.html#renewing-certificates

nelsonic commented 7 years ago

Lowering the priority of this issue because the Production Site that motivated it has been completed. i.e. we renewed the cert for the client project and everything is AOK. 👍