Please, I'm trying to set up ssl for my raspberry pi docker instance using nginx-proxy-manager, Ive been having problem matching the device IP to my cloudflare dns.
My domain is :
vault0.norugroup.com
norugroup.com
I ran this command:
certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-23" --agree-tos --authenticator webroot --email "andhikafadhlanw@icloud.com" --preferred-challenges "dns,http" --domains "norugroup.com,vault0.norugroup.com"
It produced this output:
Saving debug log to /tmp/letsencrypt-log/letsencrypt.log
Requesting a certificate for norugroup.com and vault0.norugroup.com
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Domain: vault0.norugroup.com
Type: connection
Detail: 103.119.141.211: Fetching http://vault0.norugroup.com/.well-known/acme-challenge/1XXGIKqSBIf9b8BTFLSS5xNzzekhk2iRzdv_kvo8IQw: Timeout during connect (likely firewall problem)
Domain: norugroup.com
Type: dns
Detail: no valid A records found for norugroup.com; no valid AAAA records found for norugroup.com
Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.
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.(
My web server is (include version):
nginx(using nginx-proxy-manager)
The operating system my web server runs on is (include version):
raspberrypi os 6.1 ( bookworm)
I can login to a root shell on my machine (yes or no, or I don't know):
yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot --version 2.1.0