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. crt.sh | 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: indieheaven.net
I ran this command: key generation "seemed" to work, it asked me to put some TXT records into my DNS and I did that and the certificates were created.
It produced this output: However Apache on startup says the domain name doesn't match the IP address - which it doesn't, because it's going through a CDN. The domain names point to my LightSail distribution, not the static IP address of the instance.
My web server is (include version): Apache as provisioned by Bitnami, Apache 2.4.57
The operating system my web server runs on is (include version): Debian
My hosting provider, if applicable, is: AWS (LightSail)
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 is 1.12.0, I didn't use it because it complained about my domain names. Is there a way to tell it to use the CDN path instead?
The following two lines appear in my Apache error log at startup:
[Fri Sep 01 16:58:02.764729 2023] [ssl:warn] [pid 17548:tid 140474189442304] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Sep 01 16:58:02.772588 2023] [ssl:warn] [pid 17549:tid 140474189442304] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
(not sure where the example.com came from, I was meticulous about entering the correct domain names, one for www and one raw)