substrakt / letsencrypt-heroku

Make any Heroku application secure in just a couple of minutes.
https://substrakt.com/heroku-ssl-me-weve-come-a-long-way/
MIT License
524 stars 19 forks source link

ADD: Ability to set cloudflare configs in API calls #29

Closed maxehmookau closed 7 years ago

maxehmookau commented 7 years ago

Currently, each instance of the application can only use one CF account by setting details in the environment variables. Now you can define a cloudflare_email and cloudflare_api_key params and they will override the environment variables on each call.

maxehmookau commented 7 years ago

Ok, so this approach does not work since the environment variables don't persist across processes. Need to rethink.