Categories: freelinux

Free SSL certificate for your website from trusted CA

Free SSL certificate for your website from trusted CA

Until recently in order to get a SSL certificate from a trusted CA you had to pay a minimum of 50$ per year . Sometimes the price could be more than 1000USD per year. Try a google search for “buy SSL Certificate”

Good news!

You can get certificates from a trusted CA for FREE! You can run your websites on https into couple of minutes! Visit Let’s Encrypt website and read more about the Authority. To install the certificate is really easy and it takes 1-2 minutes. Visit Certbot website where you can get the steps to automatically install a certificate based on your server build.


After installing the certificate for your domain don’t forget to edit your .htaccess file to redirect all traffic to you https://www version:
Find the following line:
RewriteEngine On

at this point
add the following lines:

RewriteCond %{HTTPS} off
# First rewrite to HTTPS: without www
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# Now, rewrite any request to use www.
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

All websites should move on https as it is a very big security concern. Let’s make Internet a safer place!

panosnet

Share
Published by
panosnet
Tags: freehttpsssl

Recent Posts

Critical Ingress Nightmare: Unauthenticated Remote Code Execution Vulnerabilities in Kubernetes NGINX Controller Demand Immediate Action

Critical Security Flaws Uncovered in Ingress NGINX Controller: Act Now to Protect Your Kubernetes Clusters.…

3 weeks ago

Apache Tomcat CVE-2025-24813: Understanding and Mitigating the Remote Code Execution Threat

Introduction: A serious vulnerability, identified as CVE-2025-24813, has been disclosed in Apache Tomcat, a widely…

3 weeks ago

Linux Maintainers Infected by SSH-Dwelling Backdoor: A Two-Year Compromise

Introduction In a shocking revelation, it has been disclosed that the infrastructure used to maintain…

11 months ago

Cryptic Bitcoin Transaction Unfolds: Revisiting Satoshi Nakamoto’s Genesis Wallet in a $1.17 Million Transaction

Introduction: In the early hours of January 5, the cryptocurrency community was abuzz with speculation…

1 year ago

Emerging Threat: SMTP Smuggling Exploits Flaws in Major Email Servers – how to spoof like a pro!

Summary: A newly identified technique called SMTP smuggling poses a significant threat to email security…

1 year ago

Unraveling the Operation Triangulation Spyware: A Deep Dive into iPhone Exploits

Since 2019, the Operation Triangulation spyware has targeted iPhone devices, exploiting undocumented features within Apple…

1 year ago

This website uses cookies.