Appendix
295
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.
Summary of Contents for KE6900R
Page 18: ...KVM over IP Matrix System User Manual xviii This Page Intentionally Left Blank...
Page 68: ...KVM over IP Matrix System User Manual 50 This Page Intentionally Left Blank...
Page 74: ...KVM over IP Matrix System User Manual 56...
Page 76: ...KVM over IP Matrix System User Manual 58...
Page 89: ...Chapter 2 Hardware Setup 71 KE6910 Point to Point Installation 1 of 2...
Page 114: ...KVM over IP Matrix System User Manual 96 KE9950 Network Installation Diagram 1 of 2...
Page 115: ...Chapter 2 Hardware Setup 97 KE9950 Network Installation Diagram 2 of 2...
Page 120: ...KVM over IP Matrix System User Manual 102 This Page Intentionally Left Blank...
Page 150: ...KVM over IP Matrix System User Manual 132 This Page Intentionally Left Blank...
Page 160: ...KVM over IP Matrix System User Manual 142 This Page Intentionally Left Blank...
Page 174: ...KVM over IP Matrix System User Manual 156 This Page Intentionally Left Blank...
Page 238: ...KVM over IP Matrix System User Manual 220 This Page Intentionally Left Blank...
Page 242: ...KVM over IP Matrix System User Manual 224 This Page Intentionally Left Blank...
Page 244: ...KVM over IP Matrix System User Manual 226 This Page Intentionally Left Blank...
Page 246: ...KVM over IP Matrix System User Manual 228 This Page Intentionally Left Blank...
Page 252: ...KVM over IP Matrix System User Manual 234 This Page Intentionally Left Blank...