Open simonv3 opened 8 years ago
now I'm getting the error saying that I am getting an invalid response, and that's probably because I'm running the script on my local rather than on Heroku. Maybe that's the reason that the rake job fails?
Yes. It needs to be run on the server where your domains are running (wherever your openfarm.cc
is, eg. heroku).
When writing the letsencrypt_plugin.yml file it seems to not like the dynamically created array:
1. Expected behavior
Running
rake letsencrypt_plugin
outputs2. Actual behavior
Running
rake letsencrypt_plugin
outputs:3. Steps to reproduce issue
rake letsencrypt_plugin
Changing the domain to be:
domain: 'openfarm.cc www.openfarm.cc blog.openfarm.cc'
gets past that first bump, though now I'm getting the error saying that I am getting an invalid response, and that's probably because I'm running the script on my local rather than on Heroku. Maybe that's the reason that the rake job fails?
4. Your configuration (ruby, rails version, your Gemifile and Gemfile.lock files etc.)