forked from TrueCloudLab/lego
4d9e4f1487
Route 53 allows multiple zones with the same name to co-exist in an account. The most common use case for this is a split-view DNS with one private and one public zone for the same domain name. This patch makes sure we don’t ever provision the authorization record to the private zone. The other case where a user has multiple public zones with the same name is not covered here since this would require a bigger change in code in order to determine which of the zones is active from the viewpoint of the internet. Also this is probably an edge use case that can be addressed once it comes up in the issues. |
||
---|---|---|
.. | ||
fixtures_test.go | ||
route53.go | ||
route53_test.go | ||
testutil_test.go |