certbot-dns-ispconfig icon indicating copy to clipboard operation
certbot-dns-ispconfig copied to clipboard

A certbot plugin for enabling DNS authentication with ISPConfig

Results 9 certbot-dns-ispconfig issues
Sort by recently updated
recently updated
newest added

Renewal configuration file domain.com.conf (cert: domain.com) produced an unexpected error: 'Namespace' object has no attribute 'certbot_dns_ispconfig:dns_ispconfig_propagation_seconds'. Skipping. The error is being shown when we want to renew existing certificate.

The pip install contains an older version which causes datetime errors when attempting to use. The instance needs to be updated to reflect the latest GitHub version

Can somebody help me with this error? [log.txt](https://github.com/m42e/certbot-dns-ispconfig/files/6727888/log.txt)

This is excellent code, but I have identified an issue. Based on the code in dns_ispconfig.py (lines 145-157), it checks for existing TXT records and "updates" them if one exists....

Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1. Changelog Sourced from cryptography's changelog. 43.0.1 - 2024-09-03 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2. .. _v43-0-0: Commits...

dependencies

Bumps [configobj](https://github.com/DiffSK/configobj) from 5.0.8 to 5.0.9. Release notes Sourced from configobj's releases. 5.0.9 What's Changed Address CVE-2023-26112 ReDoS by @​cdcadman in DiffSK/configobj#236 Drop Python 2 support and compatibility code by...

dependencies

Hello i receive this error: Failed to renew certificate x with error: API response with an error: Incorrect datetime value: '' for column `dbispconfig`.`dns_rr`.`stamp` at row 1 INSERT INTO `dns_rr`

The installation of version 0.3.0 fails due to typo in dependencies. ``` pip install certbot-dns-ispconfig==0.3.0 Collecting certbot-dns-ispconfig==0.3.0 Downloading certbot_dns_ispconfig-0.3.0-py2.py3-none-any.whl.metadata (5.4 kB) INFO: pip is looking at multiple versions of certbot-dns-ispconfig...

The plugin "installs" fine via pip, but when attempting to run with certbot versions >= 3.0, it gives the following error: > The requested cerbot-dns-ispconfig:dns-ispconfig plugin does not appear to...