Tag: OpenSSL

How to Check the OpenSSL Version Number

June 13, 2019

OpenSSL is an open-source cryptographic library and SSL toolkit. The applications contained in the library help create a secure communication environment for computer networks. This article explains how to determine the OpenSSL version by entering a single command.

Read more

How to Generate a Certificate Signing Request (CSR) With OpenSSL

May 22, 2019

A Certificate Signing Request (CSR) is the first step in setting up an SSL Certificate on your website. An SSL Certificate secures and encrypts traffic between a client and a website. This is helpful for preventing cybercrime, fraud, and a compromised website. This guide will walk you through the first step in using an SSL Certificate – generating a CSR. The next step includes submitting your request to a recognized Certificate Authority (CA).

Read more

OpenSSL Tutorial: How Do SSL Certificates, Private Keys, & CSRs Work?

September 11, 2018

Initially developed by Netscape in 1994 to support the internet’s e-commerce capabilities, Secure Socket Layer (SSL) has come a long way. Amidst all the cyber attacks, SSL certificates have become a regular necessity for any live website.

Read more