Speed up SSL issuance
GoGetSSL® offers fastest issuance of SSL due to use of LEI code and API automation. Legal Entity Identifier (LEI) is a global identity code, just like DUNS. Learn how LEI works.
The current CSR generation guide will help you to generate a Certificate Signing Request (CSR) without a mandatory common name (CN) using Nginx (OpenSSL). The CSR without CN is a must rule to generate GoGetSSL™ Public IP SAN. That is a very custom product allowing to protect public IP addresses with the domain validation process. Most devices force the install SSL with Primary domain as Public IP address, without any FQDN (Fully Qualified Domain name).
Log into your server using an SSH connection to open a terminal window. No SSH connection needed if you work locally, just press CTRL+ALT+T or CTRL+ALT+F1 to open a terminal window on most Linux systems.
Please run the command below to start the generation. Replace "new" with your actual public IP without any DOTS or simply use any custom name you want.
openssl req -new -newkey rsa:2048 -nodes -keyout new.key -out new.csr
We suggest generating new Private Key for every new CSR code. The description of commands:
Note: we suggest to use classical 2048-bit key pairs. More secure 4096-bit key requers more server resources. Alternatively, use the ECC algorithm.
Follow the process and submit all details.
Note: Do not submit any key phrase, it will prevent the SSL generation process.
You will be able to find the CSR file in working directory once the software finished the process of generation. An alternative command to list out all CSRs on your system.
ls *.csr
You can open the generated .csr file in the editor using the command below.
sudo nano new.csr
You can open the generated .csr file in the editor using the command below.
openssl req -out new.csr -new -newkey rsa:2048 -nodes -keyout new.key Generating a 2048 bit RSA private key writing new private key to 'new.key' ----- You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. ----- Country Name (2 letter code) []:LV State or Province Name (full name) []:Rigas Locality Name (eg, city) []:Rigas Organization (eg, company) []:None Organizational Unit Name (eg, section) []:IT Common Name (eg, fully qualified host name) []: Email Address []:test@test.tld Please enter the following 'extra' attributes to be sent with your certificate request A challenge password []:
That steps are mandatory in order to purchase and order Public IP SSL. You can use that manual to generate classical CSR, just submit Common name.
Get a Domain Validation SSL certificate within just 5 minutes using our friendly and automated system. No paperwork, callback or company required.
Found a better price? We will match it - guaranteed. Get the best possible price in the World with us. The correct place to save your money.
Try 90-day Trial SSL Certificate before the real purchase to test cert's functionality. 99.9% browser and mobile support. Free reissues.
Customer satisfaction is our major concern. Get a full refund within 30 days for any purchase of SSL certificates with 100% guarantee.
GoGetSSL® offers fastest issuance of SSL due to use of LEI code and API automation. Legal Entity Identifier (LEI) is a global identity code, just like DUNS. Learn how LEI works.