cert-manager/pkg/issuer/acme/dns/util
Gurvinder Singh bfde429b8e add support CNAME for dns-01 challenge
Domain for which certificate is asked for can have a CNAME, so we should check it.
If domain has a CNAME, create the challange TXT record in the alias domain.

This is useful in the scenario where a company like us is using some DNS provider
which is not supported dynamically. We can then create a CNAME for records like

_acme-challenge.example.com -> example.aws.hosted.com

So this will allow us getting cert for *.example.com with creating txt record in route53 for above exxample.
2018-06-21 21:48:16 +02:00
..
testdata Add solverFor and wait.go unit tests for acme dns solver 2017-11-03 23:34:37 +00:00
dns.go add support CNAME for dns-01 challenge 2018-06-21 21:48:16 +02:00
wait_test.go FindZoneByFqdn fixes from lego 2018-05-25 14:00:29 -05:00
wait.go add support CNAME for dns-01 challenge 2018-06-21 21:48:16 +02:00