1 / 10

How to install free SSL certificate on domain via terminal?

It is a protocol used for transmitting private documents via the internet, it uses a cryptographic system that uses two keys to encrypt data: a public key known to everyone and a private or secret key known only to the recipient of the message. <br><br> <br>In this blog, we are going to explain you to How to install free SSL certificate on domain via terminal?<br> For complete knowledge for the same please go through the below-given link: https://cloudminister.com/how-to-install-free-ssl-certificate-on-domain-via-terminal/

Download Presentation

How to install free SSL certificate on domain via terminal?

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. WWW.CLOUDMINISTER.COM How to install free SSL certificate on domain via terminal? August 25, 2020 by Kiran Choudhary

  2. = SSL Secure Socket Layer It is a protocol used for transmitting private documents via the internet, it uses a cryptographic system that uses two keys to encrypt data: a public key known to everyone and a private or secret key known only to the recipient of the message. ----------------------------------------------------------------------------------------- Prerequisite 1.Domain Name registration 2.certboot software Configure SSL Steps to configure the Let’s Encrypt Free SSL certificate in centos7 cheap Linux VPS Server

  3. Open this URL https://certbot.eff.org/ and click on Get certbot instruction options. 1.

  4. 2. Now select the software and VPS in which your website is running.

  5. 3. Run VPS with SSH and use sudo if you don’t have root privileges. 4.Enable EPEL repository by using the following command: # yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 5. Now after that enable the optional channel by using the following command: # yum -y install yum-utils # yum-config-manager –enable rhui-REGION-rhel-server-extras rhui-REGION- rhel-server-optional 6. Install certbot by using following command: # yum install certbot python2-certbot-apache

  6. 7. Run this command to get a certificate and have Certbot edit your Apache configuration automaticall serve it, turning on HTTPS access in a single step. # certbot –apache

  7. 8. Set up automatic renewal # echo “0 0,12 *** root python -c ‘import random; import time; time.sleep(random.random()* 3600)’&& certbot renew”| sudo tee -a /etc/crontab >/dev/null 9. Confirm that certbot worked by clicking on the particular website. https://www.ssllabs.com/ssltest/

  8. 10. Enter your domain name and it will show that website is secured or not.

  9. Test your Domain Name Now after completing the above installation go to any browser and type the Domain Name yourdomain.com in the URL to check the configuration. Before - - After CONCLUSION– After the above configuration, you will be able to use Free SSL certificate from certbot on your domain.

More Related