I just deployed openlitespeed-wordpress on GCP and want to setup SSL. I'm stuck at accessing the OLS WebAdmin.
So far here's what I know that need to be done (appreciate if anyone can point out any mistakes)
1. SSH from VM instances
2. install Certbot to get Let's Encrypt cert
2. Get the certificate and chain
3. Configure OpenLiteSpeed for SSL - STUCK
So far here's what I know that need to be done (appreciate if anyone can point out any mistakes)
1. SSH from VM instances
2. install Certbot to get Let's Encrypt cert
Code:
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
Code:
/etc/letsencrypt/live/YOUR_DOMAIN/fullchain.pem
/etc/letsencrypt/live/YOUR_DOMAIN/privkey.pem