Archives : April-2020

Home » 2020 » April

This article describes how to use “openssl” to create a new private key and generate a certificate signing request (CSR). In this example, say we are going to purchase a wildcard certificate on “intennis.com.au” domain. Create a private key and CSR: >openssl req -newkey rsa:2048 -nodes -keyout privatekey.openssl -out domain.csr Generating a 2048 bit RSA ..

Read more