-
Notifications
You must be signed in to change notification settings - Fork 114
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
Wildcard/ACME v2 support #110
Comments
FWIW: go-acme/lego#457 |
@janeczku any news on that? |
+1 |
If we could get this updated to support wildcards that would be extremely awesome. |
+1 |
1 similar comment
+1 |
Yes, wildcard support will awesome ! @janeczku , are u alive ?! ^^ |
+1 |
go-acme/lego#457 just got merged. |
If you need to generate wildcard certificates with using ACME v2 then you can using these repos: For using docker repo: I think that making a Pull Request does not make sense (( |
Why use a forked repo when we can have the official repo up-to-date with
wildcard support ? This is the purpose of a PR (I think)..
|
@Chuckame because there is no vital sign from the author and repo maintainer to accept a PR? |
@Chuckame I made PR#114 to main repo. Let's see together how quickly it will be merged. @blackholegalaxy I fully support your opinion. |
@asdek, Is there any catalog including your repository with the changes? I think it's a good idea to create a catalog for that, like this repository has in rancher community catalog. |
@jotolo, You can use |
I replace docker image to docker vxcontrol/rancher-letsencrypt. I ran the image and I'm getting this error: 6/12/2018 7:24:04 PMtime="2018-06-13T02:24:04Z" level=info msg="Using HTTP challenge: Sleeping for 120 seconds before requesting certificate" |
@bearmoo-repo Which one provider you use? |
@asdek it would be no-ip |
@bearmoo-repo I was asking about DNS provider. Because I tested on Route53 and CloudFlare, the problem was observed once with the fact that CloudFlare did not have time to update the DNS-record. I can try to incorporate some delay and define it through Environment Variable. |
www.noip.com is my DNS provider. |
Is it all possible to get the information that I need to add into TXT? |
ok, thanks. I'll see what can do here.
In your log most likely these 2 values should be added within the TXT-records. |
The v1 API was just deactivated so renewals stopped working. Fortunately it seems like https://hub.docker.com/r/vxcontrol/rancher-letsencrypt works as a drop-in replacement. I recommend everyone having problems to upgrade to it instead. It being |
I guess https://github.com/TrueCarry/rancher-letsencrypt/tree/acme-v2 is better updated |
ACME v2 - For anyone still trying to do this, check out https://gist.github.com/fridgerator/db607d268f1f99329c8f9449e89abb4f |
Let's encrypt just launched the new API with wildcard support: https://community.letsencrypt.org/t/acme-v2-and-wildcard-certificate-support-is-live/55579. Certbot 0.22.0 and above already support the new features.
Would love to see these upstream in the rancher-letsencrypt project!
The text was updated successfully, but these errors were encountered: