Generating Certificate Signing Request is essentially the first step towards installing SSL certificate. This post is about generating a CSR using Openssl on Linux system.
Prerequisites
You need openssl installed on your system, depending on your distribution you can install openssl from the package manager of compile it from the source. Continue reading