pixielabs / letsencrypt-rails-heroku

Automatic LetsEncrypt SSL certificates in your Rails app on Heroku.
MIT License
220 stars 33 forks source link

Use ACME_DOMAIN variable instead of Heroku domains list #34

Open jalada opened 7 years ago

jalada commented 7 years ago

Related to issue #5. Instead of using the Heroku API to get a list of domains for the app, just use the first ACME_DOMAIN provided, which presumably will be hosting the challenge file.

jalada commented 7 years ago

I'd say this still applies, even with how we've now made ACME_DOMAIN optional.