-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACME v2 support #59
Comments
Hi @mashedkeyboard, thanks for getting in touch! You're right, wildcard domain certificates is beyond ACM right now. I'm not familiar with ACME v2, but it sounds like it resolves the issues we had around wildcard domains #39, so it feels worth investigating. Have you asked Heroku if ACME v2 is on their roadmap? Thanks for bringing this to our attention 🌟 |
Heroku have mentioned that it's on their roadmap but with no definite date.
|
I'm working on this over at https://github.com/mashedkeyboard/letsencrypt-rails-heroku. The big issue is going to be DNS challenges, which are required for wildcard domains. Implementation of this will inevitably require CloudFlare APIs or similar. |
Closed by #62 |
At the moment, the most significant use case for this gem to my mind is wildcard domain certificates, as Heroku has no native support for them though ACM.
However, at present, the gem uses only the ACME v1 endpoints for Let's Encrypt, and as a consequence doesn't support wildcard domain names.
Can an option be added for ACME v2, or the gem as a whole migrated?
The text was updated successfully, but these errors were encountered: