Advertisement
Guest User

Untitled

a guest
Mar 16th, 2023
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Error: Command failed: certbot certonly --config "/etc/letsencrypt.ini" --cert-name "npm-15" --agree-tos --authenticator webroot --email "vetezz@gmail.com" --preferred-challenges "dns,http" --domains "bitwarden.blijonas.space"
  2. Traceback (most recent call last):
  3. File "/usr/bin/certbot", line 5, in
  4. from certbot.main import main
  5. File "/opt/certbot/lib/python3.7/site-packages/certbot/main.py", line 6, in
  6. from certbot._internal import main as internal_main
  7. File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 28, in
  8. from certbot import crypto_util
  9. File "/opt/certbot/lib/python3.7/site-packages/certbot/crypto_util.py", line 42, in
  10. from certbot import interfaces
  11. File "/opt/certbot/lib/python3.7/site-packages/certbot/interfaces.py", line 21, in
  12. from acme.client import ClientBase
  13. ImportError: cannot import name 'ClientBase' from 'acme.client' (/opt/certbot/lib/python3.7/site-packages/acme/client.py)
  14.  
  15. at ChildProcess.exithandler (node:child_process:402:12)
  16. at ChildProcess.emit (node:events:513:28)
  17. at maybeClose (node:internal/child_process:1100:16)
  18. at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement