This minimalist post is about creating a private key and a certificate signing request (CSR) for a SAN SSL certificate using OpenSSL. These commands was tested on the Mac OS command line using iTerm 2.
Run the following command for generating the private key :
openssl genrsa -out acme.com.key 2048