How to Renew Godaddy SSL Certificate on a Google Cloud Apache Server

Log in to your GoDaddy account and navigate to your SSL certificates.

Find the SSL certificate that you want to renew and click on the “Renew” button.

Download the new certificate files and choose the server type as “Apache

Connect to your Google Cloud Apache server using SSH.

Upload the new certificate and replace files to your server using an FTP client or SSH command.

Navigate to the Apache SSL configuration file located in /etc/apache2/sites-available/ directory.

Locate the SSL certificate and key directives and update them with the new certificate, same key file paths, and same file name of uploaded .crt, .key, and .crt files.

Restart the Apache web server using the following command:

sudo systemctl restart apache2

or 

sudo service apache2 restart 

Leave a comment

Your email address will not be published. Required fields are marked *