How to easily generate a Certificate Signing Request (CSR) with OpenSSL
If you manage Linux (or any Unix variant) Servers – specifically web-servers, one of the tasks that frequently befall you is to secure the servers with SSL Certificates. The de-facto standard implementation of SSL / TLS on Linux is OpenSSL. OpenSSL is a robust, commercial-grade, and full-featured toolkit for the...