Setup Free SSL for WordPress on Google Cloud (Click-to-Deploy)

By Cronos Editorial Staff on Sep 19, 2022
Est. Reading: 2 minutes
Contents

In this quick-start tutorial you will learn how to configure free, auto-renewing SSL certificates for WordPress websites that are hosted on Google Cloud compute engine using the Click-to-Deploy version of WordPress on Google Cloud.

Having SSL Security on your website will improve your Google search ranking.

Before getting started with this tutorial, you should have already:

  1. Installed WordPress on Google Cloud
  2. Set up a Domain Name for your WordPress website

1. Connect to WordPress via SSH

SSL Certificate Setup for WordPress on Google Cloud img 1
Go to your Google Compute homepage and click the hamburger menu in the upper left-hand corner.
ssl certificate for wordpress on google cloud go to compute engine then vm instances
Navigate to Compute Engine, then to VM instances to access your WordPress installation.
ssh connect 1
Click the SSH button to connect to your VM instance.

2. Check Operating System

free ssl certificates for wordpress on google cloud click to deploy 1.1

free ssl certificate setup for wordpress on google cloud click-to-deploy
Now that you’ve connected to your VM instance, paste the command below in your terminal in order to check your operating system. After running the command, take note of the operating system, which is Debian 9.7 (stretch) in this example.

				
					lsb_release -a

				
			

3. Generate Certificate Instructions

free ssl certificates for wordpress on google cloud click to deploy 2.1

Return to your web browser and navigate to certbot.eff.org and select Apache from the Software dropdown, then select the correct operating system based on the output from Step 2 – which was Debian 9.7 (stretch) in this example.

4. Install Certbot

free ssl certificates for wordpress on google cloud click to deploy 3

After selecting your system specifications from the dropdowns, scroll down the page and copy the command to install Certbot.

free ssl certificates for wordpress on google cloud click to deploy 4

Next, go back to your SSH terminal and paste the command that you copied, then press Enter to execute the command.

				
					sudo apt-get install certbot python-certbot-apache -t stretch-backports

				
			

5. Generate SSL Certificates

free ssl certificates for wordpress on google cloud click to deploy 5

Now that you’ve installed Certbot, the next step is to generate the SSL certificates. Return to the certbot.eff.org website and copy the second command.

free ssl certificates for wordpress on google cloud click to deploy 6

Return to your SSH terminal and paste the command that you copied in order to generate the SSL certificates, then press Enter.

				
					sudo certbot --apache

				
			

free ssl certificates for wordpress on google cloud click to deploy 7.2 1

Now that you’ve pasted the certificate issuing command, you will be prompted with a series of questions. Answer the questions according to the the numbers in the image above, making sure to replace [email protected] with your own email address, and 4 number red strip with your own domain name.

6. Restart Apache Server

free ssl certificates for wordpress on google cloud click to deploy 8

In order for your certificate changes to take effect, you need to update/restart you Apache server by executing the following command:

				
					sudo service apache2 restart

				
			

7. Update WordPress URLs

wordpress click to deploy ssl change domain 1

In your browser, enter the URL to your WordPress dashboard (with https://).

ssl certificate setup wordpress google cloud click to deploy image 14 1

Log in to your WordPress account, then navigate to Settings > General, and replace your current domain name with the https:// version - with or without www. infront. Then, scroll to the bottom of the page and click the Save Changes button.

That's it!

If you run into any issues with your certificates and want to verify that they're configured properly, check out the SSL Checker tool

https://cronosasia.com/technical/wordpress-migration-to-google-cloud-full-guide/