Replies: 1 comment
-
Solved. I used a custom SSL. The zerossl had the possibility to generate the private key, cert and intermediary automatically without doing any cli command at all. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, i need some help in configuring SSL for my NGINX Proxy Manager.
I have an Ubuntu Server with docker installed and NGINX Proxy Manager also. I have already proxied my internal app (using NGINX Proxy Manager as reverse proxy) by exposing it to internet. But i'm not having any luck on the setup of https. I have published also my public domain name using GoDaddy. When i go to SSL Certificates > Add SSL and Test Server Reachability i'm having: "here is a server found at this domain but it returned an unexpected status code Invalid domain or IP. Is it the NPM server? Please make sure your domain points to the IP where your NPM instance is running." My ufw current setup is:
To Action From
80 ALLOW Anywhere
443 ALLOW Anywhere
I have done port fw in port 80 and 443 in my core fw (the one responsible for internet facin)
Using the DNS challenger with GoDaddy i have:
CommandError: Saving debug log to /tmp/letsencrypt-log/letsencrypt.log
Error determining zone identifier for mydomain.com: 403 Client Error: Forbidden for url: https://api.godaddy.com/v1/domains/mydomain.info.
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.
Beta Was this translation helpful? Give feedback.
All reactions