9. The Web UI
[req_ext]
extendedKeyUsage = clientAuth,serverAuth
subjectAltName = @alt_names
[alt_names]
DNS.1 = RUBY-DSA-DWC0-240.internal
#DNS.2 = [fqdn2]
#DNS.3 = [fqdn3]
#DNS.4 = [fqdn4]
IP.1=192.168.101.240
#IP.2=192.168.101.242
#IP.3=192.168.101.243
#IP.4=192.168.101.244
2.
Now open either a
Alternatively, you can connect your PC directly to the RS 422 port and open a
3.
Once login is complete, type the following command to create a RSA key with openssl genrsa.
openssl genrsa -out webs.key.pem 1024
Press ENTER. The confirmation message "Generating RSA private key..." appears.
4.
Type the following command to create a request with openssl.
openssl req -batch -new -key webs.key.pem -out webs.csr -config request.conf
Press ENTER. There is no message following this command.
5.
Type the following command to create a self-signed certificate with openssl.
openssl x509 -req -days 1825 -in webs.csr -signkey webs.key.pem -out webs.pem -extfile request.conf
-extensions req_ext
Press ENTER. The confirmation message "Signature ok...." appears.
The screenshot below shows the complete session.
ruby standard configuration User Manual
telnet session
to the Power Core control system.
OpenSSL commands (via telnet)
Version: 6.4.0/2
serial
connection.
147/179
Need help?
Do you have a question about the Ruby standard configuration and is the answer not in the manual?