tonycoco / heroku-buildpack-ember-cli

A Heroku Buildpack for Ember CLI Applications
MIT License
321 stars 121 forks source link

Add support for LetsEncrypt via ACME_CHALLENGE #132

Closed mrship closed 8 years ago

mrship commented 8 years ago

This allows Nginx to respond correctly to .well-known/acme-challenge that is invoked from the Let's Encrypt certbot command. By setting the ACME_CHALLENGE env var, and following the steps outlined in the updated README, it becomes a simple process to add/renew a Let's Encrypt SSL certificate.

tonycoco commented 8 years ago

Love it. Thanks!