Linux

YUM Client Configuration

Yum client configuration is a must work to do after an installation. At the same time configuring yum server is equally necessary for us. But first let’s configure yum client. The file needs to be saved with the extension of .repo. let’s

Configure Apache with SSL

On this article we will discuss how we can put ssl security on our web server or on our domain names on a web server. To do so, we need to generate ssl certificate and a ssl key and put those into our virtual hosts. In our previous post…

SSL theories and configuration.

Secure Socket Layer (SSL) is an improved version of Transport layer Security (TLS). Both of these protocols primary work is to secure data when there is a issue to transmit from one user end to another user end. Usually there are server…