Software

Install SSL Let’s Encrypt For OpenLitespeed

SETUP SSL For VPS Use Openlitespeed IDOTSC

Requirements Needed To Install SSL Let’s Encrypt For OpenLitespeed.

The first requirement of this option is that you have SSH access to the VPS. Your VPS is running OpenLitespeed.

Steps to install SSL Let’s Encrypt for OpenLitespeed.

Install CertBot.

  • Ubuntu 20.04 and 22.04

sudo apt-get update

sudo apt-get install certbot -y

  • Ubuntu 18.04

sudo apt-get update

sudo apt-get install software-properties-common

sudo add-apt-repository universe

sudo add-apt-repository ppa:certbot/certbot

sudo apt-get update

sudo apt-get install certbot

  • CentOS 9

sudo yum -y install certbot

  • CentOS 8.

wget https://dl.eff.org/certbot-auto
sudo mv certbot-auto /usr/local/bin/certbot-auto
sudo chown root /usr/local/bin/certbot-auto
sudo chmod 0755 /usr/local/bin/certbot-auto

  • CentOS 7.

yum -y install yum-utils
yum-config-manager –enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional
sudo yum install certbot

Sign up for SSL Let’s Encrypt.

To apply for a certificate  example.com

certbot certonly –non-interactive –agree-tos -m demo@gmail.com –webroot -w /var/www/html -d example.com

To apply for a certificate for both example.com  and www.example.com:

certbot certonly –non-interactive –agree-tos -m demo@gmail.com –webroot -w /var/www/html -d example.com -d www.example.com

Good luck.

author-avatar

About Admin IdoTsc

Admin IdoTsc of the website of IDO Technology Solutions Co., Ltd. Research on website design, online marketing. Always listening, thinking to understanding.