Apache HTTPD Server

Enabling HTTPS on Apache HTTP Server on Amazon Linux

In this tutorial we go over how to enable HTTPS on Apache HTTP Server, HTTPS is used to encrypt traffic to and from the server. This is a very common practice now with also every site having HTTPS turned on. As this helps to keep your websites secure. Linux server that is accessible from the internet. I’m using Amazon Linux via Amazons new serv...

Read more

Client Certificate Authentication on Apache HTTP Server

Client certificate authentication is used for securing websites or other web services. This is one of the more advanced ways to authenticate to a service as it requires configuration on the server side as well as the client side. We will go over how to get to create the CA (Certificate Authority) certificate for the server as well as generating...

Read more