Closed mkokho closed 6 years ago
We are really interested in this PR. Could you please update the status? What are the outstanding issues? Have you tested it in real? We are doing client side certificate that would block the acme challenge endpoint.
Sorry, I changed the company and don't work with Kubernetes anymore. There is an e2e test. It is not automatic, and it will fail in CI environment, because you need AWS credential and a domain in Route 53. But I used it on my laptop, and it worked wonderfully. The test is TestAcmeDNS01_E2E
@mkokho: PR needs rebase.
An attempt to add solvers for DNS-01 challenges. It is half-interfaces, half-implementations.
The failing test is the e2e test. Not sure whether it's possible to mock route53 client and still get successful response from Let's Encrypt. I'm happy to remove it.