How to generate a Multi Domain CSR for SSL setup
A certificate signing request is an encoded file that is generated in a server or device using a private key. It is then given to the certificate authority to create a server certificate. This server certificate will only with the private key that was used to generate the CSR.
In case of generating a CSR with multiple domain names , we need to use a conf file . This post provides the necessary details to do that. To download and install the openssl for your server , follow the below steps.
OpenSSL Download link:
OpenSSL Github Repo link:
OpenSSL Installation in Windows Platforms link: