Unable to get certificate to take all subdomain names

My domain is: teethy.ca

I ran this command: sudo certbot --apache

It produced this output: It finished its setup when I went through the steps

My web server is (include version): Apache2

The operating system my web server runs on is (include version): Linux Ubuntu 16.04

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 issue is all my subdomains and the main site work fine. Its just the one subdomain that doesn’t.
Working: https://teethy.ca
https://vexilia.teethy.ca

Not Working: https://uthonia.teethy.ca

I’ve been at is all day but for some reason no matter what I do it just seem to never work

Hi @Teethdude

you have created a lot of certificates today:

https://transparencyreport.google.com/https/certificates?cert_search_auth=&cert_search_cert=p:dXRob25pYS50ZWV0aHkuY2E6ZmFsc2U6ZmFsc2U6OkVBRT0&cert_search=include_expired:false;include_subdomains:false;domain:uthonia.teethy.ca&lu=cert_search_cert

There is one certificate with 4 names:

https://transparencyreport.google.com/https/certificates/%2BMFRK2EXWGmeebnRHBn6n%2FMG1yLrykfI5EDFOHASuYA%3D

teethy.ca
uthonia.teethy.ca
vexilia.teethy.ca
www.teethy.ca

This looks good.

But your https://uthonia.teethy.ca uses a certificate with only 2 names - teethy.ca, vexilia.teethy.ca - this is bad.

--

So first step: Check your certificates:

certbot certificates

to find one certificate, created today with 4 names. There you need the file names.

Then check your apache - ssl - configuration, so that you use this certificate.

I’ll give it a try as soon as I can.
The many certificate creations was from me redoing steps many times to make sure I did it right. Guess I was looking in the wrong place

Now I see: It works!

https://uthonia.teethy.ca/

has one certificate with 4 names:

teethy.ca
uthonia.teethy.ca
vexilia.teethy.ca
www.teethy.ca

Yes! Thank you very much for the help!

1 Like

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