acmeproxy
acmeproxy copied to clipboard
PowerDNS backend for serving ACME dns-01 challenge responses
Was getting the following PowerDNS error on startup on RHEL 8 and Ubuntu 18.04: `Timeout waiting for data from coprocess`  **Solution was to add `export PYTHONUNBUFFERED=1` to the `backend`...
### Introduction Currently acmeproxy has its user configuration defined in a Python dictionary in the `settings.py` file. To run multiple instances of acmeproxy, you now have two components to synchronise;...
Bumps [django](https://github.com/django/django) from 2.2.19 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.1 to 0.4.2. Changelog Sourced from sqlparse's changelog. Release 0.4.2 (Sep 10, 2021) Notable Changes IMPORTANT: This release fixes a security vulnerability in the strip comments filter....
It's possible to request an "early renewal" where LE just checks the CAA record but doesn't require re-publishing a challenge. Currently this results in NXDOMAIN, and LE refusing to issue...
This harms the utility of the responses table as an audit log, and a cleverer solution should be sought.