Free SSL Certificate

How to Install Free SSL Certificate To your Google Cloud Platform.

Free SSL Certificate for Google Cloud Services
Free SSL Certificate for Google Cloud Hosting

To Know How to Setup Free Hosting on Google Cloud

To Go to Google Cloud Service Platform Click Here.

Introduction:-

In the Blog, I am going to Show How to Install Free SSL Certificate On Google Cloud servers Hosted Domain with Auto-Renew Process. And I am showing you Step by step procedure for the setup and how it works If you are facing any issues. You can Contact me by Click Here. I’ll contact you within 24 Working hrs.

What Is SSL Certificate?

Free SSL Certificate for Google Cloud Services
Secure/Unsecure Connection

The SSL Stands for Secure Socket layer. It is a security layer or protocol to encrypt communication between web browsers and web servers. It will Provide by Web Servers(Hosting providers). It is a secure layer to your Site to do Secure Transactions. Also, Some Browsers and Google is Does not Give access to a Site without an SSL Certificate So, Therefore SSL Certification is required for the website.

Setup SSL On Google Cloud Hosting Stepwise Procedure:

1.Open the Menu -> Go to the Compute Engine -> Click on VM Instances for starting the Process of SSL Certificate Installation.

Screenshot 121
Menu

2.Click On SSH For Open the Terminal for the further Process of SSL Certificate Installation.

3.Type the Command I mentioned Below for Installing Certbot to the System -> press Enter.

Command:- wget https://dl.eff.org/certbot-auto && chmod a+x certbot-auto

Free SSL Certificate for Google Cloud Services
Certbot install Command

4. Now Type the Next Command or you can from Below (This Command is for generating the SSL Certificate.) -> Press Enter. (Note: yourdomain.com means which Buy form the providers Do Not USE my OR yourDomain.com Line in the Command)

Command:- ./certbot-auto certonly –webroot -w /opt/bitnami/apps/wordpress/htdocs/ -d yourdomain.com -d www.yourdomain.com

Screenshot 124
Generate SSL Command

5. After the Generate Command type y for continue -> Press Enter. 6. Enter Your E-mail address For the Setup -> Press Enter. 7. Now your have to agree to terms & conditions type a -> Press Enter. 8. Press n For not receiving the Promotional emails to you -> Press Enter.

Testing Auto-Renewal Functionality

  1. Now you saw the message of Congratulations as shown in the below image -> type the Next Command for further process.

Command:- ./certbot-auto renew –dry-run

Free SSL Certificate for Google Cloud Services
Testing SSL Functionality

2. After Testing Command You’ll see again Congratulations Message after that type the Next Command -> Press Enter. (NOTE: This Command for the Auto-renew process.) -> then type 1 for Entering In File -> Press Enter.

Command:- sudo crontab -e

Screenshot 135
Auto Renew
Screenshot 136
1 for Enter in File

3. Type Or Copy the Commands in the file same as I showed in the image below -> Then Press Ctrl+ X -> type y for exiting the file.

Command :- 0 0 * * * ./certbot-auto renew –quiet –no-self-upgrade 0 12 * * * ./certbot-auto renew –quiet –no-self-upgrade

Free SSL Certificate for Google Cloud Services

Configure an SSL Certificate in WordPress.

  1. Configuring the SSL Certificate Type the Command for Entering in the File.

Command :- sudo nano /opt/bitnami/apache2/conf/bitnami/bitnami.cong

Free SSL Certificate for Google Cloud Services
Bitnami Config File

2. In this File Scroll Down under the VirtualHost _default_: 80 -> Type the Commands OR Copy the Commands from below as shown in the image. (Note: Do Not use My Domain Name Use Your Domain Name.)

Command :- ServerName www.yourdomain.com Serveralias YourDomain.com Redirect permanent / https://www.yourdomain.com/

Free SSL Certificate for Google Cloud Services

3. In the Same File Scroll Down -> In VirtualHost _default_: 443 -> Type the # Before (Ex.#SSLCertificateFile And #SSLCertificateKeyFile) -> Type Or Copy the Next Command i mention Below as well as in Image also -> After Command Pasted press Ctrl+X And press y -> Press Enter.

Command :- SSLCertificateFile “/etc/letsencrypt/live/yourdomain.com/cert.pem” SSLCertificateKeyFile “/etc/letsencrypt/live/yourdomain.com/privkey.pem” SSLCertificateChainFile “/etc/letsencrypt/live/yourdomain.com/chain.pem”

Free SSL Certificate for Google Cloud Services

4. Next Type the Command For changing the WordPress URL from the WP Config file -> After the Command Press Enter.

Command :- sudo nano /opt/bitnami/apps/wordpress/htdocs/wp-config.php

Free SSL Certificate for Google Cloud Services
WP Config file

5. Go to the middle of the Code that I mentioned in the image and Delete the following Command and then replaced by New One also mention below -> After the Command is Replaced Press Ctrl+X And type y -> Press Enter. This Command needs to replaced Because it adds HTTPS protocol to the server So adds a secure protocol so, therefore it’s necessary to change this.

Command to Delete. :- define(‘WP_SITEURL’, ‘http://’ . $_SERVER[‘HTTP_HOST’] . ‘/’); define(‘WP_HOME’, ‘http://’ . $_SERVER[‘HTTP_HOST’] . ‘/’);

Command To replace :- define[‘WP_HOME’,’https://www.yourdomain.com’]; define[‘WP_SITEURL’,’https://www.yourdomain.com’];

Free SSL Certificate for Google Cloud Services
Command to Delete
Free SSL Certificate for Google Cloud Services
Replaced Command

6. Then We have to Restart the Apache Server by Typing the Command

Command:- sudo /opt/bitnami/ctlscript.sh restart apache.

Free SSL Certificate for Google Cloud Services

7.After the Server Restart Successfully -> Close the Terminal -> Refresh Your WebSite Or Search your Site -> You Will see the See SSL Certificate Successfully Installed.

Screenshot 146

If You have any problem. you can Contact me by fill the form In the Contact Menu Or Click Here. And you like this Blog please comment below. if you have any suggestions please let me know I will Do That. Thanks, Rohit Jadhav.

50 thoughts on “Free SSL Certificate”

  1. Hey there. I found your web site by way of Google at the same time as searching for a comparable subject, your website came up. It appears good. I have bookmarked it in my google bookmarks to visit then. Lindsey Allistir Farl

    Reply
  2. Hi there. I found your website by way of Google whilst searching for a related matter, your site got here up. It appears great. I have bookmarked it in my google bookmarks to visit then. Christian Cece Brandyn

    Reply
  3. This article is very helpful to understand SSL and how to set up that is very detail. I had to face a problem with SSL for the last few days but with your blog is help also you replying to queries. Thank you for this informative article.

    Reply
  4. This Article made my Day Really. for beginner Persons. this Blog is helpful with such good informative and well-managed content writing. The Information you shared is very useful for the new Ones. Thanks for this article.

    Reply
  5. hi

    this SSL certificate process does it work with AWS Services? And the same process will I follow so SSL certificate is installed in the ubuntu service.?

    Reply
  6. hey

    this blog article is really good but the some of the commands are not working in file sections commands pls help with that add that commands in the files…

    regrads

    Reply
  7. Hey

    This Blog is Amazing for Understanding the concept of the Google Cloud Platform SSL Certificate Problem. also your explanation is very good in this Blog Article. And I want to ask you that what is the duration of the SSL Certificate? Do we need to purchase for renewal after that?

    Thanks,
    Kvell Kat

    Reply
  8. Hello very nice blog!! Man .. Excellent .. Wonderful .. I’ll bookmark your blog and take the feeds additionally?KI’m happy to find so many useful info right here in the post, we need work out more techniques on this regard, thanks for sharing. . . . . .

    Reply
  9. I may need your help. I tried many ways but couldn’t solve it, but after reading your article, I think you have a way to help me. I’m looking forward for your reply. Thanks.

    Reply
  10. I may need your help. I tried many ways but couldn’t solve it, but after reading your article, I think you have a way to help me. I’m looking forward for your reply. Thanks.

    Reply
  11. I may need your help. I tried many ways but couldn’t solve it, but after reading your article, I think you have a way to help me. I’m looking forward for your reply. Thanks.

    Reply
  12. Я прочитал эту статью с большим удовольствием! Автор умело смешал факты и личные наблюдения, что придало ей уникальный характер. Я узнал много интересного и наслаждался каждым абзацем. Браво!

    Reply
  13. Do you mind if I quote a couple of your articles as long asI provide credit and sources back to your website?My blog site is in the very same niche as yours and my users would certainly benefit from some of the information you present here.Please let me know if this okay with you. Thanks!

    Reply
  14. Thank you for this informative and empowering article. The author’s positive and uplifting tone is contagious, and it instills a sense of possibility and motivation. It’s refreshing to find content that not only educates but also encourages personal growth and development.

    Reply
  15. Я хотел бы отметить глубину исследования, представленную в этой статье. Автор не только предоставил факты, но и провел анализ их влияния и последствий. Это действительно ценный и информативный материал!

    Reply
  16. Я хотел бы выразить свою восторженность этой статьей! Она не только информативна, но и вдохновляет меня на дальнейшее изучение темы. Автор сумел передать свою страсть и знания, что делает эту статью поистине уникальной.

    Reply
  17. Надеюсь, что эти дополнительные комментарии принесут ещё больше позитивных отзывов на информационную статью!

    Reply
  18. Ограничение на количество символов: Сообщение может содержать не более 1000 символов, что может быть недостаточно для некоторых пользователей.

    Reply
  19. Hacked site [url=https://clermontanimalcare.org/services/tramadol-ultram-50-mg/?phishing-site]Phishing site[/url]

    Reply
  20. Anonymous Account Creation: Unlike traditional email services that require personal identification, CandyMail.org allows users to create anonymous accounts without revealing their true identities. This unique feature appeals to individuals who value privacy and wish to maintain their online anonymity. By eliminating the need for personal details during registration, CandyMail.org offers a safe haven for users seeking discretion.

    Reply
  21. El sistema Fibonacci es una de las estrategias para ganar en la ruleta más exitosas. Aunque es un sistema de apuestas progresivo, el aumento de la apuesta no es tan grande como otros sistemas similares. Esto significa que te tomará más tiempo para que puedas compensar todas tus pérdidas después de una mala racha, pero las pérdidas no serán tan grandes como las que suceden cuando se utiliza la Martingala, por ejemplo. Video bingo: Video bingo es la perfecta combinación entre las clásicas tragaperras y el bingo. Es una de las novedades en nuestro catálogo y promete una experiencia totalmente si lo que buscas es lo último en juegos de casino online. Aquí encontrarás hasta 14 versiones distintas para que nunca pare la diversión.
    https://victor-wiki.win/index.php?title=Jackpot_party_slots_juegos_de_tragamonedas_gratis_para_pc
    Cuando inicias una dinámica de juego es relevante que conozcas las ventajas que te brinda. En este sentido aquí te mencionaremos cuales son las de jugar a la ruleta online gratis.  Los jugadores que quieren jugar a la ruleta en un casino físico también pueden practicar en nuestra ruleta porque el juego es exactamente igual, con la única diferencia de que al jugar online se está en casa y la ruleta está en el ordenador. Es por ello que aquí te explicaremos los tipos de ruleta online gratis que hay a tu disposición. Aunque debemos destacar que no existe mayor diferencia en su forma de jugar. Incluso si juegas gratis, el juego no cambiará de su versión paga. No obstante, hay un aspecto en el que sí difieren una de otra. Este se trata de la cantidad de casillas que tiene cada ruleta online. Lo que a su vez afectará el RTP.

    Reply

Leave a Comment