NGinx HA SSL Cert Error

Hi,

I want to order an Lets’encrypt SSL Cert on my NGinx Proxy Addon
but i get following Error

Error: Command failed: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-15" --agree-tos --email "[email protected]" --domains "home.*.de" --authenticator dns-cloudns --dns-cloudns-credentials "/etc/letsencrypt/credentials/credentials-15" --dns-cloudns-propagation-seconds 30
Traceback (most recent call last):
  File "/usr/bin/certbot", line 5, in 
    from certbot.main import main
  File "/usr/lib/python3.11/site-packages/certbot/main.py", line 6, in 
    from certbot._internal import main as internal_main
  File "/usr/lib/python3.11/site-packages/certbot/_internal/main.py", line 28, in 
    from certbot import crypto_util
  File "/usr/lib/python3.11/site-packages/certbot/crypto_util.py", line 42, in 
    from certbot import interfaces
  File "/usr/lib/python3.11/site-packages/certbot/interfaces.py", line 21, in 
    from acme.client import ClientBase
ImportError: cannot import name 'ClientBase' from 'acme.client' (/usr/lib/python3.11/site-packages/acme/client.py)

    at ChildProcess.exithandler (node:child_process:422:12)
    at ChildProcess.emit (node:events:517:28)
    at maybeClose (node:internal/child_process:1098:16)
    at ChildProcess._handle.onexit (node:internal/child_process:303:5)

What can i do?

Nobody who can help me with this fault?

Hi,

now i found something. I cannoct create a cert with DNS Challenge on my NGinx. The Failure will receive if i try to order a letsencrypt cert for a wildcard. i try different Mails and different API Users and password. This will not help. I will get this error again and again.

I Think there is a mistake in this feature, and i do not know how to fix.