Open
Description
Task description
Looking in main._handle_identical_cert_request
, we see that the only setting considered at all from the renewal conf file is if a prod cert is being replaced with a staging cert. This includes things like ignoring and removing existing hooks. Is this actually the behavior we want? It differs from certbot renew
.
Some relevant discussion is in #10327