My domain is:
realmsofthehaunting.com
I ran this command:
through NGINX Proxy Manager:
2024-01-28 12:13:25,034:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot
2024-01-28 12:13:25,034:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/tmp/letsencrypt-log', '--cert-name', 'npm-28', '--agree-tos', '--authenticator', 'webroot', '--email', 'XXXXXX_EMAIL_REMOVED_XXXXXX', '--preferred-challenges', 'dns,http', '--domains', 'www.realmsofthehaunting.com']
It produced this output:
X-Frame-Options: DENY
...
{
"identifier": {
"type": "dns",
"value": "www.realmsofthehaunting.com"
},
"status": "invalid",
"expires": "2024-02-04T12:13:25Z",
"challenges": [
{
"type": "http-01",
"status": "invalid",
...
"addressesResolved": [
"159.69.43.201"
],
...
}
My web server is (include version):
n/a, but it's NGINX
The operating system my web server runs on is (include version):
Debian inside Docker
My hosting provider, if applicable, is:
n/a
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):
2.8.0
dig +short SOA realmsofthehaunting.com | cut -d' ' -f1
ns1.tricos.net.
whois realmsofthehaunting.com | grep "Name Server"
Name Server: NS1.TRICOS.NET
Name Server: NS2.TRICOS.NET
dig @ns1.tricos.net A realmsofthehaunting.com | grep IN
;; WARNING: recursion requested but not available
;realmsofthehaunting.com. IN A
realmsofthehaunting.com. 81989 IN A 128.140.60.49
dig @ns2.tricos.net A realmsofthehaunting.com | grep IN
;; WARNING: recursion requested but not available
;realmsofthehaunting.com. IN A
realmsofthehaunting.com. 81987 IN A 128.140.60.49
The IP address it resolves to is the previous IP address.
Interestingly it worked with other domains on the same instance before that were moved from the same old IP address to the new one.