Install SSL certificate on your WordPress website and make http to https secure URL. So use given command on google cloud’s SSH or terminal and install SSL .
How to Do
- Open and login in terminal or SSH.
- Install Certbot first using command –
sudo apt-get update sudo apt-get install certbot python3-certbot-apache
- Then use given command for request SSL certificate.
sudo certbot --apache
- When you successfully install SSL then use given command for automatic renew SSL certificate.
sudo certbot renew --dry-run
- Then restart your apache server using sudo systemctl restart apache2 command.
Use all commands on terminal and install SSL certificate without using any type of plugins. Hope this article helpful for you. Thanks for visiting.