beautypg.com

Dell KVM 4322DS User Manual

Page 139

background image

LDAP Feature for the RCS

xxx

|

xxx

129

where a user would need to set a value based on the criteria at the end of that
line.

NOTE: Any instructions below with text in is where a user
would need to set a value based on the criteria at the end of that line.

To create a certificate to import:

1

From the Linux command prompt, type openssl and press . The
user should be at the OpenSSL prompt.

OpenSSL> genrsa -out privatekey.pem <512>

Generating RSA private key, 512 bit long modulus

..........++++++++++++

.....++++++++++++

e is 65537 (0x10001)

OpenSSL> req -new -key privatekey.pem -x509 -out certificate.pem-
batch-days <365>

2

Enter the information that will be incorporated into your certificate request
in the Distinguished Name or DN. There may be a default value for some
fields. If you wish, you may type '.' to leave a field blank.

-----

Country Name (2 letter code) [GB]:

State or Province Name (full name) [Berkshire]:

Locality Name (eg, city) [Newbury]:

Organization Name (eg, company) [My Company Ltd]:

Organizational Unit Name (eg, section) []:

Common Name (eg, your name or your server's hostname) []:

DNS Name or IP>

Email Address []:<[email protected]>

OpenSSL> quit