-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
When should we expect dokku let's encrypt wildcard certificate plugin #148
Comments
It's a pretty tough thing to do because wildcard support requires dns validation. |
The official answer is "Whenever someone contributes a pull request for wildcard support". As has been mentioned, letsencrypt will now require dns validation for wildcard certificates. As such, this won't be a simple thing to add, and the implementor needs to think about the workflow changes necessary. If anyone is interested in contributing this change, please do so! I'm happy to review any pull requests related to this and other features :) |
I have almost zero experience with this but one interesting thing I noticed was that with the certbot cli, it shows you what DNS settings to add, and will check only once you hit enter. Would using the certbot CLI be something that Dokku can do? |
Probably. Pull requests welcome. |
Hi Everyone,
I use dokku and i would like to know when to expect the wildcard certificate.
Thanks in advance.
The text was updated successfully, but these errors were encountered: