NEC UNIVERGE SL2100 Manual page 24

Hide thumbs Also See for UNIVERGE SL2100:
Table of Contents

Advertisement

UNIVERGE SL2100 Release 1.8 Overview
This section covers OpenSSL commands that are related to generating self-signed certificates.
Step 1: Generate SSL certificates using OpenSSL
1. Download and install OpenSSL. There are Windows and Linux installers available, which can
be found using a suitable search engine.
2. For Windows platforms recommend installing to C:\OpenSSL and putting the executables into
the OpenSSL\bin folder instead of the Windows system folder. Once the installation finishes,
add the new bin folder to your system path variable using the following steps:
Right-click the "My Computer" and select "Properties"
Go to the "Advanced" tab and click "Environment Variables"
Under "System variables," select "Path" and click "Edit"
If the "Path" value does not end with a semicolon, add one
Add a path to the bin folder; for example, C:\OpenSSL\bin
Click OK three times
3. Next, open a command prompt and run the following at the command prompt.
>openssl req –newkey rsa:2048 –nodes –keyout SL2100.key –x509 –days 365 –out SL2100.pem
Generating a 2048 bit RSA private key
..............................+++
.......................................................+++
writing new private key to 'SL2100.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) [AU]:GB <Enter>
State or Province Name (full name) [Some-State]:Nottinghamshire <Enter>
Locality Name (eg, city) []:Ruddington <Enter>
Organization Name (eg, company) [Internet Widgits Pty Ltd]:NEC <Enter>
Organizational Unit Name (eg, section) []:Lab <Enter>
Common Name (e.g. server FQDN or YOUR name) []:192.168.200.10 <Enter>
Email Address []:<Enter>
 Copyright 2019 NEC Enterprise Solutions
24 of 34
Exclusively for use by NEC Enterprise Solutions channel partners
All rights are reserved. Reproduction whole or in part is prohibited without the written consent of the copyright owner.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents