How to generate a Multi Domain CSR for SSL setup

Rajathithan Rajasekar
2 min readMar 19, 2021
Photo by FLY:D on Unsplash

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:

--

--

Rajathithan Rajasekar
Rajathithan Rajasekar

Written by Rajathithan Rajasekar

I like to write code in Python . Interested in cloud , dataAnalysis, computerVision, ML and deepLearning. https://rajathithanrajasekar.medium.com/membership

No responses yet