(4 votes, average: 4.75 out of 5)
Loading...
Wildcard SSL certificates secure one domain, but they have the added benefit of securing unlimited sub-domains. To generate every type of SSL certificate, the users need to generate a Certificate Signing Request (CSR).
To generate Wildcard SSL CSR, the first step is to install OpenSSL if it is not already present on the system.
Let’s go through the detailed process to figure out how to create CSR with Openssl for a Wildcard SSL certificate.
Wildcard SSL certificates are a cost-efficient option to secure a primary domain and its sub-domains. With one Wildcard SSL certificate, the users can secure unlimited sub-domains.
These certificates have a wildcard character (*) in the domain name. These subdomains are connected to the main domain.
For instance, if you are using one domain www.example.com, with a Wildcard SSL certificate, it will also secure type1.example.com, type2.example.com, type3.example.com, and so on.
Before we can create CSR with Openssl, confirm that the openssl is installed on the system.
OpenSSL website: Visit the official website to download OpenSSL.
Follow the Steps: The next steps are simple to understand as they will take you through the process of installing Openssl on the system.
Set Environment Variables: After Openssl is installed, we need to set environment variables for the sessions.
On this, run the following commands;
>set OPENSSL_CONF=C:\Program Files\OpenSSL-Win64\bin\openssl.cfg
>set Path= C:\Program Files\OpenSSL-Win64\bin
Run OpenSSL: Lastly, hit Windows Key plus ‘R’ to open a command prompt and type ‘cmd’ to open a command prompt.
This will allow you to operate OpenSSL on Mac systems. Followed by this, we need to create Private Keys with OpenSSL.
The process to generate OpenSSL Wildcard certificates begins by creating a private key. This private key is required to secure the connection between the client certificate and the server certificate.
openssl genrsa -out rsa.private 1024
With one command, you will have a private key saved on the system with name “rsa.private”
OpenSSL is one of the most common methods to create Wildcard certificates. The process for this is simple enough to understand;
After pressing Enter, you will be asked to enter the following details;
Microsoft Internet Information Services (IIS) is a source to generate Wildcard CSR. The following instructions will allow you to use IIS for this purpose;
—–BEGIN CERTIFICATE REQUEST—–
And
—–END CERTIFICATE REQUEST—–
Pay the requested amount to generate Wildcard CSR and wait for the confirmation email.
The CSR form is required for the Certificate Authority to issue the requested certificate. To create CSR with OpenSSL, we need to employ a command prompt on Windows and iTerminal on macOS systems.
The CSR acts as a specific code for the website’s SSL certificate and contains all the information a CA would need to verify and authenticate the website and its owner’s details.
Protect your main website and all subdomains with a single Comodo Wildcard SSL on multiple servers.