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: tunefind.info
I ran this command: $ sudo certbot certificate
It produced this output: No certificates found.
My web server is (include version): Apache/2.4.62 (Rocky Linux 9.6)
The operating system my web server runs on is (include version): (Rocky Linux 9.6)
My hosting provider, if applicable, is:
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 3.1.0
This No certificates found. ERROR is due to something wrong with my Vhost setting. According to linkp and MikeMacQ, I separtely worte the vhost TAG file as “tnefind.info.conf” in the /etc/httpd/conf.d/ I may post it here, so that everyone look at possible my error.
= tunefind.info.conf =
<VirtualHost 192.168.1.6 110.3.33.130 >
DocumentRoot "/var/www/html"
ServerName www.tunefind.info
</VirtualHost>
<VirtualHost *:80>
ServerName www.tunefind.info
Redirect https://www.tunefind.info/
</VirtualHost>
Thanks for your help. I am completely a newbie for this SSL/TSL, https business. Thanks.