I have previously used letsencrypt to generate the ssl certificate for the same server, nothing has been changed on the server.
My domain is: clinicname.iplit.in
I ran this command: sudo git clone https://github.com/letsencrypt/letsencrypt
cd /letsencrypt
./letsencrypt-auto certonly --manual -d iplit.in -d clinicname.iplit.in
It produced this output: Skipping bootstrap because certbot-auto is deprecated on this system.
Your system is not supported by certbot-auto anymore.
Certbot cannot be installed.
Please visit https://certbot.eff.org/ to check for other alternatives.
My web server is (include version): Apache/2.4.6 (CentOS)
The operating system my web server runs on is (include version): CentOS 7
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): bash: certbot-auto: command not found