Adrien Ferrand
Adrien Ferrand
In my initial design the task was running under SYSTEM indeed. LOCALSERVICE would be a good candidate also. At some point we moved to Administrators. I will look at the...
It is certainly not ideal, but the automated closing feature is a compromise between having thousand of issues with a lot of duplicate or irrelevant ones that will completely overwhelm...
Now to build on the feature itself, I have also some interests to change the behavior of Certbot regarding old keys and old certificates. It is not related to the...
Ok. Maybe it is time to properly implement some elements from https://github.com/certbot/certbot/issues/7872, https://github.com/certbot/certbot/issues/7881 and https://github.com/certbot/certbot/issues/7883, and manage temporary folders directly from the workdir of Certbot (this element may have impact...
Well, if FastMail does not provide an API for it, it will be difficult. Some providers in this situation are implemented by scrapping the web interface, but it has been...
Hello @dmeranda! In fact, we implemented almost what your are proposing in a provider that is named `auto` ^^ The difference is that this provider choose the actual provider based...
Well, it depends on your usecase, but I would say that it is out of reach of Lexicon. Most providers will make TCP requests on dedicated URLs using the default...
You installed Python packages on your Python system distribution using pip. This is strongly discouraged, since it is very likely to break one or more of the packages installed by...
Well, all providers I developed seem to support CAA. I will definitively have a look on it.
Hello @JohnLines, I think this is quite interesting! Do you think you would have time to propose an implementation?