-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Comments
I have the same issue trying to use Strato. EditFor the comment from Loma0815 under #1154 solved my problem |
Unfortunately, I have the same problem. Thanks @Loma0815 |
Okay i will try that 👍 |
This only solves the problem for the Strato DNS as you are trying to use Cloudfare the issue is likely to be with something else. |
Ahh okay, didn't know it was a DNS 😅 |
By trying to create a wildcard certificate you are trying to do a DNS-01 challenge which ensures you are controlling the DNS entry the domain points to so it needs to access it via your DNS provider :D |
I am using the API from cloudflare and I'm adding that API in Nginx Proxy Manager. So isn't that confirming the ownership of the domain? 😅 |
I have resolved the issue. Apparently the public dns provider wasn't pointing correctly to Cloudfare. |
Checklist
jc21/nginx-proxy-manager:latest
docker image?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.
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:
Expected behavior
Screenshots
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
The text was updated successfully, but these errors were encountered: