Month: June 2018

Month: June 2018

Saving iptables rules in Linux
June 29, 2018 Uncategorized Jiby Mathew

iptables is a user space application program that allows a system administrator to configure the tables provided by the Linux kernel firewall (implemented as different Netfilter modules) and the chains and rules it stores. By default iptables rules gets get flushed upon reboot. Follow the steps bellow to make iptables rules reload after a reboot. To

Details
SSL redirect from HTTP to HTTPS
June 27, 2018 Uncategorized Jiby Mathew

In this guide we show how to setup ssl redirection for your website. If you need a free SSL, follow this tutorial. This setup is considered important among hostmasters as it brings security thus increases website  reputation. It is a very simple step by adding some lines of code to your  .htaccess file. With this tutorial we

Details
Install Let’s Encrypt to Create Free SSL Certificates
June 26, 2018 Uncategorized Jiby Mathew

Let’s Encrypt is an SSL certificate authority managed by the Internet Security Research Group (ISRG). It utilizes the Automated Certificate Management Environment (ACME) to automatically deploy free SSL certificates that are trusted by nearly all major browsers. Note The process of validating a certificate domain is automated. A certificate issued by Let’s Encrypt is valid for just a

Details