Geekflare is supported by our audience. We may earn affiliate commissions from buying links on this site.
Share on:

How to Get FREE SSL Certificate using Let’s Encrypt for Apache?

lets encrypt apache
Invicti Web Application Security Scanner – the only solution that delivers automatic verification of vulnerabilities with Proof-Based Scanning™.

SSL/TLS certificate doesn’t cost a penny. Thanks to Let’s Encrypt.

SSL Certificate is mandatory for any transactional services based business website on complying with PCI DSS. It secures the data transmitted from the client to the server. Having SSL/TLS (HTTPS) to your website also helps you to boost ranking in Google Search.

Usually, SSL cert costs more than $200; however, if you need a certificate for a non-production environment where data transaction is not critical, you may try FREE SSL by Let’s Encrypt.

Let’s Encrypt is an open certificate authority (CA) sponsored by SUCURI, Cisco, Facebook, AKAMAI, Chrome, Automatic, SiteGround, etc. that issue an SSL certificate at no cost. Let’s Encrypt has already issued a close to 200 million SSL certificate to date.

letsencrypt-stat

Let’s get it started by using Let’s Encrypt to get SSL cert on the Linux environment for Apache HTTP Server. The below example is based on techpostal.com hosted on DigitalOcean with the Apache HTTP server.

Installing Let’s Encrypt

  • Login into Linux server
  • Go to the path where you want to install the let’s encrypt
  • Clone the git repository of let’s encrypt
git clone https://github.com/letsencrypt/letsencrypt

Note: if you don’t have git installed, then you may use yum command to install it.

yum install git
  • You will see a new folder “letsencrypt” created in your present working directory
drwxr-xr-x. 14 root root 4096 Mar 6 01:00 letsencrypt
  • Go to the newly created folder
cd letsencrypt
  • Execute below command to install its all dependency
./letsencrypt-auto

This may take a few minutes to install. It will look for ServerName in Apache httpd.conf file and prompt to confirm the name which you would like the activate HTTPS for.

  • Select the domain name from the list and OK

letsencrypt-select-domain

  • Enter the email address and OK

letsencrypt-email

  • Agree on the Terms of Service

letsencrypt-agree

  • It will prompt you to choose if you would like to allow HTTP and HTTPS both or ONLY HTTPS.

letsencrypt-choose

  • Select the one you want and OK

It will take a few seconds and then give you confirmation on successfully enabled SSL cert on your domain.

letsencrypt-success

To validate, access your HTTPS URL, and you should see it’s issued by “Let’s Encrypt Authority.”

letsencrypt-issued-cert

You see, the entire process to get SSL cert is very easy.

Once you have an SSL certificate enabled for your website, then don’t forget to test the site for SSL/TLS vulnerability and misconfiguration.

Thanks to our Sponsors
More great readings on Apache HTTP
Power Your Business
Some of the tools and services to help your business grow.
  • Invicti uses the Proof-Based Scanning™ to automatically verify the identified vulnerabilities and generate actionable results within just hours.
    Try Invicti
  • Web scraping, residential proxy, proxy manager, web unlocker, search engine crawler, and all you need to collect web data.
    Try Brightdata
  • Semrush is an all-in-one digital marketing solution with more than 50 tools in SEO, social media, and content marketing.
    Try Semrush
  • Intruder is an online vulnerability scanner that finds cyber security weaknesses in your infrastructure, to avoid costly data breaches.
    Try Intruder