Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't make a wildcard SSL certificate #4270

Open
Schlotfeldt91 opened this issue Dec 30, 2024 · 4 comments
Open

can't make a wildcard SSL certificate #4270

Schlotfeldt91 opened this issue Dec 30, 2024 · 4 comments
Labels

Comments

@Schlotfeldt91
Copy link

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

i am trying to make a wildcard certificate and set it up with Cloudflare.
but when it's trying to generate the certificate, then i get this error message:


CommandError: Saving debug log to /tmp/letsencrypt-log/letsencrypt.log
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/letsencrypt-log/letsencrypt.log or re-run Certbot with -v for more details.

at /app/lib/utils.js:16:13
at ChildProcess.exithandler (node:child_process:430:5)
at ChildProcess.emit (node:events:518:28)
at maybeClose (node:internal/child_process:1104:16)
at ChildProcess._handle.onexit (node:internal/child_process:304:5)

and i don't know what that means? the API token is correct and i have tried to reinstall Nginx Prox Manager a few times now and i get the same error every time, i have also make a new virtual machine to see if that helped, but got the same error.

i am useing the docker compose file:


services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt

Nginx Proxy Manager Version

v2.12.2 © 2024 jc21.com. Theme by Tabler

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Screenshots

image

Operating System

Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble

Additional context

Docker version 27.4.1, build b9d17ea

@timkolloch
Copy link

timkolloch commented Jan 4, 2025

I have the same issue trying to use Strato.

Edit

For the comment from Loma0815 under #1154 solved my problem

@Trust996
Copy link

Trust996 commented Jan 9, 2025

Unfortunately, I have the same problem.
There is a workaround that works.
Hopefully the developers will fix the problem soon :)

Thanks @Loma0815
exec in to the container
apt update
apt install pip
apt install nano
pip install certbot-dns-strato==0.2.2 --break-system-packages
cd global/
nano certbot-dns-plugins.json
change the version from Strato 0.2.1 to 0.2.2 and save it
restart the container
Request a new Wildcard within NPM

@Schlotfeldt91
Copy link
Author

Okay i will try that 👍

@Schlotfeldt91
Copy link
Author

Unfortunately, I have the same problem. There is a workaround that works. Hopefully the developers will fix the problem soon :)

Thanks @Loma0815 exec in to the container apt update apt install pip apt install nano pip install certbot-dns-strato==0.2.2 --break-system-packages cd global/ nano certbot-dns-plugins.json change the version from Strato 0.2.1 to 0.2.2 and save it restart the container Request a new Wildcard within NPM

Now i have tried what you suggested, but it did not work on my setup.
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants