-
Using Python 3.11.4, I got an error while installing certbot-dns-powerdns.
The fix was to uninstall pyyaml-5.4.1 and install pyyaml-5.3.1 in the virtual environment.
```
$ pipenv install certb…
byoda updated
8 months ago
-
Hi,
Im getting this when trying to run:
# certbot certonly --authenticator dns-powerdns --dns-powerdns:dns-powerdns-credentials /root/pdns-credentials.ini --preferred-challenges dns --debug-chal…
-
Here is output from
`pip install certbot-dns-powerdns`:
```
Collecting certbot-dns-powerdns
Downloading certbot-dns-powerdns-0.2.1.tar.gz (5.3 kB)
Preparing metadata (setup.py): sta…
-
ist this plugin getting dropped in future?
Debian 11 with certbot 1.12.0
`Plugin legacy name certbot-dns-powerdns:dns-powerdns may be removed in a future version. Please use dns-powerdns instead…
-
The ini File should Look like this:
dns_powerdns_api_url = ***
dns_powerdns_api_key = ***
Arguments should look like this:
certbot ... \
--authenticator dns-powerdns \
--dns-powerdns-c…
mtfsc updated
11 months ago
-
Hey, I seem to be getting a DNS Lexicon error when renewing a sub-domain for our LDAP Server that didn't happen before. Possibly due to a Python or PDNS Version Change?
PowerDNS Version: 4.8.3
Pyt…
-
So I'm able to get certbot installed using pip, but the default version of python is 3.8.
So then when installing the powerdns plugin, the install runs, but I get the following error during the ins…
-
**Is your feature request related to a problem? Please describe.**
SMIMEA RR is not supported.
**Describe the solution you'd like**
Adding support for SMIMEA RR.
**Additional context**
https:…
-
**Checklist**
- Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image?
- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have …
-
First off this library is great, definitely a much nicer way to define DNS records, and I'd be thrilled if it was in core NixOS.
I see a mention of Let's Encrypt in the library; do you use DNS-base…