clouddns: use fqdn for challenge cleanup
This is the same as the problem fixed in #750, but for cleanup.
This commit is contained in:
parent
398e1560a3
commit
bcf135c7ae
@ -149,7 +149,7 @@ func (c *DNSProvider) Present(domain, token, key string) error {
|
||||
func (c *DNSProvider) CleanUp(domain, token, key string) error {
|
||||
fqdn, _, _ := util.DNS01Record(domain, key)
|
||||
|
||||
zone, err := c.getHostedZone(domain)
|
||||
zone, err := c.getHostedZone(fqdn)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user