]> git.proxmox.com Git - mirror_acme.sh.git/commit - acme.sh
fix bug https://github.com/Neilpang/acme.sh/issues/2695
authorneilpang <neil@neilpang.com>
Mon, 27 Jan 2020 14:12:21 +0000 (22:12 +0800)
committerneilpang <neil@neilpang.com>
Mon, 27 Jan 2020 15:07:10 +0000 (23:07 +0800)
commit9541ea6a9fee42567a194fbec82b6c80bd2a04bb
treebb43892fd8dac9e9afcfc1c25620de3ad79486e1
parentf716f6060e7ee99704055dc57f603da3668e7da6
fix bug https://github.com/Neilpang/acme.sh/issues/2695
If a domain was already verified by http-01 method,  when we try to issue a cert for them same domain with dns-01 method, we just get only one challenge object of type http-01 with "valid" status, from the authz-v3 url. So, we report error that we are not able the validate the domain, because of that we don't find dns-01 challenge.
This behavior is not the same as before. I believe it was changed by the letsencrypt CA.
acme.sh