alexzorin
alexzorin
This fix sounds good to me, with additions: 1. Let's use the named arguments for both instances. Looking at the oldest version we support (`cloudflare==1.5.1`), it should work on every...
Yeah sounds good to me. Something like this for RHEL >= 9? https://github.com/certbot/certbot/blob/a81d58fa6e3ce451682529947edfd807dcd56b7b/certbot-apache/certbot_apache/_internal/entrypoint.py#L51-L54
FWIW CentOS Stream 9 appears to behave the same way.
I've updated the top comment with changelog entries corresponding to the [commits which have landed into the 2.0.x branch](https://github.com/certbot/certbot/commits/2.0.x). I propose keeping this up to date and we can use...
Depending on the outcome of https://github.com/certbot/certbot/issues/9427, we should include "IF YOU USED THE CERTBOT 2.0 BETA, DON'T FORGET TO CHANGE TO `--stable`" in the 2.0 CHANGELOG.
I would want to find out whether it happens on a standard Windows 11 installation. Since we have not had other reports so far, I think it is okay to...
Reading https://github.com/jamie-mh/AuthenticatorPro/wiki/Importing-from-Authy, I think it's just a text file that contains each of the otpauth:// lines, one per line.
Thanks. As for testing this in conjunction with #9353, I think we can do that directly from the `2.0.x` branch. I've updated the changelog in #9388.
@fedkad yes, we are intentionally making the timer configuration invalid, so it doesn't get loaded. That's what the warning is about.