.
My domain is: qayadmgmt.com
I installed let'sencrpt certificate but still it is showing no SSL certificate.
My web server is (include version): Server Type: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16
The operating system my web server runs on is (include version): centos 7.8.2003 (core)
My hosting provider, if applicable, is: DigitalOcean
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.11.0
1 Like
Welcome to the Let's Encrypt Community, Adnan 
What is the output of:
sudo apachectl -S
1 Like
Thanks a lot for the welcome. No output of the command Griffin.
2 Likes
Let's get some more details...
what's the output of:
sudo ls -lRa /etc/httpd
Any way you can dump all of the output into a .txt file and upload it here?
sudo ls -lRa /etc/httpd > output.txt
1 Like
Yes, please find attached.
output.txt (2.5 KB)
1 Like
I'm away for a bit. back later, my friend. If anyone comes by in the meantime, feel free to pickup.
1 Like
rg305
12
All three HTTP server blocks have "alias qayadmgmt.com" - that is clearly a misconfiguration; as only the first one will ever be served.
The HTTPS server block doesn't include the "www" alias - seems to be an oversight (easily corrected).
Please show the output of:
certbot certificates
and please show the file:
/etc/httpd/conf.d/ssl.conf
1 Like
rg305
13
For anyone reading this far: Take note of the Apache version
[which may require some special cert handling]
2 Likes
output of the command and conf is attached. Thank you.

1 Like
Thank you respected leader :). I hope it will get sorted today.
2 Likes
Unfortunately, driving and debugging don't mix. 
2 Likes
rg305
19
The cert looks perfect 
The SSL.conf file is lacking proper:
- "ServerName" (and "ServerAlias")
- "DocumentRoot"
1 Like
I have every confidence in @rg305 though. 
1 Like