Appendix
189
Self-Signed Private Certificates
If you wish to create your own self-signed encryption key and certificate, a free
utility – openssl.exe – is available for download over the web at
www.openssl.org
. To create your private key and certificate do the following:
1. Go to the directory where you downloaded and extracted
openssl.exe
to.
2. Run openssl.exe with the following parameters:
openssl req -new -newkey rsa:1024 -days 3653 -nodes -x509
-keyout CA.key -out CA.cer -config openssl.cnf
Note:
1. The command should be entered all on one line (i.e., do not press
[Enter] until all the parameters have been keyed in).
2. If there are spaces in the input, surround the entry in quotes (e.g.,
“ATEN International”).
To avoid having to input information during key generation the following
additional parameters can be used:
/C /ST /L /O /OU /CN /emailAddress
.
Examples
openssl req -new -newkey rsa:1024 -days 3653 -nodes -x509
-keyout CA.key -out CA.cer -config openssl.cnf -subj
/C=yourcountry/ST=yourstateorprovince/L=yourlocationor
city/O=yourorganiztion/OU=yourorganizationalunit/
CN=yourcommonname/[email protected]
openssl req -new -newkey rsa:1024 -days 3653 -nodes -x509
-keyout CA.key -out CA.cer -config openssl.cnf -subj
/C=CA/ST=BC/L=Richmond/O="ATEN International"/OU=ATEN
/CN=ATEN/[email protected]
Importing the Files
After the openssl.exe program completes, two files – CA.key (the private key)
and CA.cer (the self-signed SSL certificate) – are created in the directory that
you ran the program from. These are the files that you upload in the
Private
Certificate
panel of the Security page (see page 134).
Summary of Contents for CS1708i
Page 1: ...KVM over IP CS1708i CS1716i Full HD Version User Manual www aten com ...
Page 16: ...CS1708i CS1716i User Manual xvi This Page Intentionally Left Blank ...
Page 26: ...CS1708i CS1716i User Manual 10 Rear Panel CS1708i CS1716i 1 2 3 4 5 6 7 1 2 3 4 5 6 7 ...
Page 28: ...CS1708i CS1716i User Manual 12 This Page Intentionally Left Blank ...
Page 38: ...CS1708i CS1716i User Manual 22 Daisy Chain Installation Diagram ...
Page 64: ...CS1708i CS1716i User Manual 48 This Page Intentionally Left Blank ...
Page 122: ...CS1708i CS1716i User Manual 106 This Page Intentionally Left Blank ...
Page 164: ...CS1708i CS1716i User Manual 148 This Page Intentionally Left Blank ...
Page 166: ...CS1708i CS1716i User Manual 150 This Page Intentionally Left Blank ...
Page 216: ...CS1708i CS1716i User Manual 200 ...