Adrien Ferrand
Adrien Ferrand
Hello @jo-so, yes I understand your point of view from the perspective of `certbot renew`, and the changes here would make run the `pre_hook` only when one of the certificate...
In theory I completely agree with you, the exit code should map to the actual health of the process involved. However, it may be too late. I mean that if...
Sorry @warjiang for the delay. I look at it.
Yep, my PR for Gandi LiveDNS on lexicon has been merged few days ago. Be aware that the Gandi provider supports both APIs, and the old one is used by...
Hello @G-eos, sorry this missed by intention. Indeed this would be an excellent idea, given that `dnsrobocert` is the kind of tool that you configure once and forget about it....
Hello @Vertganti ! Indeed I made a change in Lexicon to do a smarter resolution of the actual DNS zone name using requests to DNS servers. Your analysis is correct,...
I will check if/why the `PATH` environment is not set correctly, but in the mean time, could you try with the full path of `cp`, so `/bin/cp` ?
Why OVH, why ... So basically the issue is due to an error raised by `response.json()` trying to extract an invalid JSON from the response body after a request to...
The code was already completely fine with either 200 or 204 code, and also fine with a response without body. In this case `response.json()` will return `None`. The problem here...
Thanks a lot @e-gautier for you response. It clarifies the situation. I think that changing from HTTP 200 to HTTP 204 in these endpoints makes sense. Alone this change would...