Adrien Ferrand
Adrien Ferrand
Zope-related tooling have been deprecated in Certbot 5 months ago. I propose here to remove this tooling for the next release. Fixes #8434. Fixes #8331.
This project has been here for quite a while now. It has been designed with a very narrowed scope at the beginning, but you are more and more to use...
To extend the problematic described in #5027. Currently Certbot uses symlinks to map the certificate material from archive folder in live folder, in order to properly rotate content of the...
`pyopenssl >= 23.3.0` deprecates usage of `OpenSSL.crypto.X509Extension` in favor of its implementation in `cryptography`. We need to adapt significantly the `crypto` module accordingly, and potentially adapt the minimal versions of...
First, let's recap the situation this PR and the code it replaces is meant to handle. There is a tricky corner case to manage in DNS-01 challenges: the issuance of...
Related to HBX-1408 This PR fixes an inconsistency in Java entities generation. Indeed `hibernate-tools` generate entities whose floating point type fields are annotated with a `@Type` with `scale` and `precision`...
NSIS installers, the technology used to build the Windows installer for Certbot, as everything needed to propose user to install Certbot for one user or for all users (system installation)....
Following the same path than for https://github.com/certbot/certbot/issues/9828, `pyOpenSSL` deprecates the usage of `OpenSSL.crypto.X509req` in favor of `cryptography` APIs. The library `josepy` is work in progress to stop using `pyOpenSSL`. We...
This PR implements a mechanism to make Certbot for Windows update itself during the scheduled renew task run twice a day. Technically this PR blocks on the signature of the...