-
Notifications
You must be signed in to change notification settings - Fork 23
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
[Question] Will wildcard certificates be supported in February? #2
Comments
Since this container relies on "acme.sh" and "certbot" ACME clients, it depends on how and when they will pick up ACME v2 API changes, and wildcard support in particular. From https://certbot.eff.org/faq/#will-let-s-encrypt-issue-wildcard-certificates
Right now, the container just passes domain(s) to acme/certbot CLI: The simplest assumption on future wildcard support would be just using the same Another note from LE announcement on wildcard certificates:
It means, the container would need to add support for automatic
Conclusion:
|
Thanks for the thorough answer! |
Hello there guys! Any idea about the resolution of this feature ? I would love to have wildcard certificate since I have automation process exposing many containers with different subdomains.Basically now I am creating certs for every container on start.... Thanks in advance! |
@samoshkin Is there any update for this feature? |
In February 2018 LetsEncrypt is adding wildcard subdomain support. It indicates this is accomplished via their ACME v2 API. Do we know what support will look like for this Docker container? Is this difficult to support and/or are there plans to support it?
Source
The text was updated successfully, but these errors were encountered: