Closed as not planned
Closed as not planned
Description
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 you searched for similar issues (both open and closed)?
- Yes
Describe the bug
When I add SSL certificate with DNS Provider Google,
I have this error:
Error: Command failed: . /opt/certbot/bin/activate && pip install --no-cache-dir --user certbot-dns-google==$(certbot --version | grep -Eo '0-9+') && deactivate
ERROR: Will not install to the user site because it will lack sys.path precedence to urllib3 in /opt/certbot/lib/python3.7/site-packages
[notice] A new release of pip is available: 23.1.2 -> 23.2
[notice] To update, run: pip install --upgrade pip
at ChildProcess.exithandler (node:child_process:402:12)
at ChildProcess.emit (node:events:513:28)
at maybeClose (node:internal/child_process:1100:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)
Nginx Proxy Manager Version
Created: 2023-05-10 06:58:26
Build: Docker on linux, amd64
To Reproduce
Steps to reproduce the behavior:
- Go to 'SSL Certificates'
- Click on 'ADD SSL Certificate'
- Click on 'Add Let's Encrypt Certificate'
- Compile all fileds: use DNS challenge, DNS Provider Google
- Click ok
Expected behavior
I expect the certificate to be added