zlaski / certbot-dns-zoneedit

Plugin implementing Certbot DNS-01 challenge for zoneedit.com-hosted DNS records
Other
0 stars 2 forks source link

RPI4 certbot zoneedit #4

Open atol71 opened 1 year ago

atol71 commented 1 year ago

Hi,

I tried to install this with command: pip3 install certbot-dns-zoneedit that installed without error. Using it with certbot resulted response: An unexpected error occurred:

ModuleNotFoundError: No module named 'acme.magic_typing'
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/certbot-log-w4ozrrig/log or re-run Certbot with -v for more details.

Any advise?

zlaski commented 1 month ago

Sorry, just saw your message.

It looks like the dependency on acme.magic_type is (or at least was) introduced by Certbot itself. I found the following:

https://community.letsencrypt.org/t/no-module-named-acme-magic-typing/204030

They do offer a (somewhat convoluted) solution to the problem.

--Zem