Invalid email address: www.ccloudd.co.uk

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.

I have lost/deleted the private key of the certificate. I thought i could generate a new one to be used with the domain i got a while back. I am very new to this so I am probably not doing it right. Some advice would be appreciated.

My domain is: www.ccloudd.co.uk

I ran this command: sudo certbot certonly --nginx

It produced this output: Invalid email address: www.ccloudd.co.uk.

My web server is (include version): nginx

The operating system my web server runs on is (include version): ubuntu v20

My hosting provider, if applicable, is: google domains?

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 1.32.2

Well, that indeed is an invalid email address? I'm not sure what's unclear about this error to be honest. :slight_smile:

6 Likes

Also it look s like you are using HTTP-01 Challenge and Let's Debug show NoRecords Fatal here https://letsdebug.net/www.ccloudd.co.uk/1345679

3 Likes

Hi @Johng117, and welcome to the LE community forum :slight_smile:

Please show the dialog that triggered that error message.

3 Likes

Oh, i deleted the previous ip addresses that i had associated with it. I'll enter the new ip and see whether that works.
Thanks

3 Likes

A couple of questions.

If I have deleted/lost the private key file, does that mean i cant get another certificate for the domain i mentioned above? Would I have to prove the domain was mine before trying to get a replacement certificate? I am not sure I am understanding this process.

No. It just means the cert you got with that private key can't be used (because they are a pair)

Yes. You must always prove control of the domain to get a cert.

Right now it does not look like you have a working public website. You don't have any A or AAAA record in the DNS.

4 Likes

The domain seems ok now but I am still getting "Invalid email address: www.ccloudd.co.uk. There seem to be problems with that address." when i run this command "sudo certbot --nginx". the logs restate the above.

How long do dns records take to propagate? Should i wait a day and try again? Not sure what my options are.

Here is what I presently see from the 4 Authoritative DNS Name Servers

$ nslookup -q=a www.ccloudd.co.uk ns-cloud-e1.googledomains.com.
Server:         ns-cloud-e1.googledomains.com.
Address:        216.239.32.110#53

Name:   www.ccloudd.co.uk
Address: 3.228.7.213
$ nslookup -q=a www.ccloudd.co.uk ns-cloud-e2.googledomains.com.
Server:         ns-cloud-e2.googledomains.com.
Address:        216.239.34.110#53

Name:   www.ccloudd.co.uk
Address: 3.228.7.213
$ nslookup -q=a www.ccloudd.co.uk ns-cloud-e3.googledomains.com.
Server:         ns-cloud-e3.googledomains.com.
Address:        216.239.36.110#53

Name:   www.ccloudd.co.uk
Address: 3.228.7.213
$ nslookup -q=a www.ccloudd.co.uk ns-cloud-e4.googledomains.com.
Server:         ns-cloud-e4.googledomains.com.
Address:        216.239.38.110#53

Name:   www.ccloudd.co.uk
Address: 3.228.7.213
1 Like

I am using this URL http://www.ccloudd.co.uk/.well-known/acme-challenge/hxghiavfikzoquuorl
for a /.well-known/acme-challenge/ with a filename I would not expect to find.

$ curl -Ii http://www.ccloudd.co.uk/.well-known/acme-challenge/hxghiavfikzoquuorl
HTTP/1.1 200 OK
Server: nginx/1.18.0 (Ubuntu)
Date: Mon, 06 Feb 2023 21:50:21 GMT
Content-Type: text/html
Content-Length: 644
Last-Modified: Mon, 06 Feb 2023 20:34:42 GMT
Connection: keep-alive
ETag: "63e16462-284"
Accept-Ranges: bytes
$ curl http://www.ccloudd.co.uk/.well-known/acme-challenge/hxghiavfikzoquuorl
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><meta name="description" content="Web site created using create-react-app"/><title>Final Project App</title><script defer="defer" src="/static/js/main.cbb480d1.js"></script><link href="/static/css/main.c26dab06.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

And when I use the same URL in Windows 10 Firefox 109.0.1 (64-bit) I see this:

Yeah, usually email addresses have an @ sign :slight_smile:

3 Likes

such a doofus, wood for the trees.

4 Likes

long day

4 Likes

Just a different set of eyes at a different location. :slight_smile:

1 Like

Yeah, the only strange one still in recent times is in the DNS SOA Recored

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.