SENA SS800 User Manual

Page 133

Advertising
background image

133

# we can do this but it is not needed normally :-)
#1.organizationName

= Second Organization Name (eg, company)

#1.organizationName_default = World Wide Web Pty Ltd

organizationalUnitName

= Organizational Unit Name (eg, section)

#organizationalUnitName_default =

commonName

= Common Name (eg, your name or your server\'s hostname)

commonName_default

= Sena Technologies

commonName_max

= 64

emailAddress

= Email Address

emailAddress_max

= 40

Modify [req_attributes] section as follows,

challengePassword_min =0
challengePassword_max =0

Step 2. Making self-signed Root CA(Certificate Authority)

< Windows >

# cd /work/openssl-0.9.7d/

< Linux >

# cd /work/openssl-0.9.7d/

# mkdir CA

# cd CA

# sh /usr/local/ssl/misc/CA.sh –newca

CA certificate filename (or enter to create)

;(Press Enter to use default value)

Making CA certificate ...
; openssl is called here as follow from CA.sh
; openssl req -new -x509 -keyout ./demoCA/private/./cakey.pem \
;

-out ./demoCA/./cacert.pem -days 365

Using configuration from /usr/local/ssl/lib/ssleay.cnf
Generating a 1024 bit RSA private key
........++++++
......................++++++
writing new private key to './demoCA/private/./cakey.pem'
Enter PEM pass phrase:

; CA Password (Enter password and remember this)

Verifying password - Enter PEM pass phrase:

; CA Password

-----
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.
-----

; CA's Information

Country Name (2 letter code) [AU]: KR
State or Province Name (full name) [Some-State](Enter)
Locality Name (eg, city) []:Seoul
Organization Name (eg, company) [Internet Widgits Pty Ltd]: Sena Technologies
Organizational Unit Name (eg, section) [](Enter)
Common Name (eg, YOUR name) []:Sena Technologies
Email Address []:(Enter)
#

Advertising