letsencrypt-rails-heroku
letsencrypt-rails-heroku copied to clipboard
Fixed domain wildcard issues
Closes #39
I have implemented two options to fix the wildcard domain issue:
- The Rake task chooses a domain that isn't a wildcard
- You can supply the domain you want used through an extra environment variable called
HEROKU_APP_DOMAIN
I can confirm this fixes my own wildcard issues, that I mentioned in the original issue.
Thanks @kaspernj. For now can we split this in two and have one PR for fixing the wildcard issue, and another for introducing the HEROKU_APP_DOMAIN
variable? Because the latter is part of a wider discussion around how we utilise ACME_DOMAIN
(when provided).