Jan Pazdziora

Results 25 issues of Jan Pazdziora

**Is your feature request related to a problem? Please describe.** When attempting to extend CI workflow that works with `docker-compose` to also run with `podman-compose`, any incompatibility and missing options...

enhancement

I'm offering for consideration changes that make it possible to offload the challenge work to external scripts. So instead of ``` --acme-dir /var/www/acme-challenges/ ``` you can use ``` --challenge-deploy 'read...

The shebang line said `python3` since 2020, simplify the code by removing Python 2 support.

The CA parameter has been deprecated since 2018, simplify the logic by removing its support.

Changing ``` OSError: OpenSSL Error b'Test failing command.\n' ``` into a cleaner ``` OSError: OpenSSL Error Test failing command. ``` when the failing command outputs something on its standard error...