Gaspard d'Hautefeuille
Gaspard d'Hautefeuille
@tcitworld But what if I like this addressbook, and I only need to delete one contact from this addressbook. Let's say I have sent an email to a non-existent address,...
I only try to be a power user. I want to use Trust-DNS as an authoritative DNS server. If that works well, I will use as well the other binaries...
I created this issue wondering if trust-dns is fully compliant with [RFC 9250](https://datatracker.ietf.org/doc/html/rfc9250). It seems to be quite the case, so if you are confident it is fully compliant with...
Same question.
Which version is installed? ``` pip3 show certbot-plugin-gandi ``` You should have at least version 1.4.0 of `certbot-plugin-gandi`. Ubuntu 22.04 provides [an older version 1.3.2](https://packages.ubuntu.com/search?keywords=python3-certbot-dns-gandi) that is no longer fully...
@tisecinfo I don't think `/root/Gandi.ini` is a good place. I have put mine in `/etc/letsencrypt/renewal/credentials`: ``` cd /etc/letsencrypt/renewal mkdir credentials mv /root/Gandi.ini /etc/letsencrypt/renewal/credentials ``` Are you running as root all...
@tisecinfo Could you use this PR? https://github.com/obynio/certbot-plugin-gandi/pull/44 Since it is not merged yet: In `/usr/lib/python3.10/site-packages/certbot_plugin_gandi/`, replace `gandi_api.py` by this: ``` import requests import six from collections import namedtuple from certbot.plugins...
@tisecinfo For the so-called _subdomain.domain.tld_, I see the new error _the resource could not be found_. Have you created at least a A Resource Record for _subdomain.domain.tld_ in the DNS...
`certbot-dns-gandi` is available here: https://github.com/obynio/certbot-plugin-gandi And it works flawlessly.
This issue is a duplicate of https://github.com/nextcloud/mail/issues/9048.