I pretty new to nginx proxy manager and i want to stop having the certificate alert with my service. I follow a tutorial to do so.
So i install NPM on my server and try to install a certificate for a domain named "intranetcul.duckdns.org" create for my local server. and when i try to create the certificate i got this :
Unsafe permissions on credentials configuration file: /etc/letsencrypt/credentials/credentials-2
Unsafe permissions on credentials configuration file: /etc/letsencrypt/credentials/credentials-2
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.
So i ask you some help to check if you have any idea to resolve that.
Yeah, we need way more information.. NPM has a habit of omitting essential information. The output you've pasted for example, does not tell us anything useful. Those unsafe permission stuff are probably just warnings. (And to fix those, you should probably refer to an NPM support channel.)
So we really need the actual error message from the ACME server to debug the specific problem.
For example, I have no idea if NPM is actually trying to use the dns-01 challenge using the DuckDNS DNS API, as for your local IP address that's currently configured in your hostname (192.168.1.30), that would be the only viable challenge possible.
Please provide the Certbot log or some way more detailed Certbot output and please also:
When you opened this thread in the Help section, you should have been provided with a questionnaire. Maybe you didn't get it somehow (which is weird), or you've decided to delete it. In any case, all the answers to this questionnaire are required:
Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
I ran this command:
It produced this output:
My web server is (include version):
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know):
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
Please note that most volunteers, me including, are not very inclined to put much effort in debugging NPM, as it's quite a piece of )(#*$() software if you'd ask me. So you might get refered to the NPM support community again for the entirety of your problem in the future.
The output is inadequate. Even on your screenshot a lot is cut away. (You surely have seen that, right?) But even if you copy/pasted the entire info, it is probably not enough (although that PermissionError is interesting).
Please provide the Certbot log file from, well, somewhere within NPM (I don't have a clue as where to look for that..)