3.7.2 Settings
(1) Web Server
Index | Description |
IP Address | Set the web server IP address. |
HTTPS(ws) port | Specify the HTTP port for sending pages and the WEBSOCKET port for sending and receiving real-time data. |
REST port | Specify the REST port for requesting HISTORY data, such as data collection and historical alerts. |
Certificate key | If user want to run the web service over https, User can load pem file for data security |
Use HTTP | If this is checked, Run the web service over http without SSL security authentication. |
PC Initial screen | Select the initial screen when accessing from a PC device. |
Mobile Initial screen | Select the initial screen when accessing from a mobile device. When accessing the web from a mobile device, specify the path "/mobile" in the URL to access the initial screen you set up. |
Disable System Key | Disable the use of system shortcuts in CimonViewer. |
Do not use login | If this is checked, Allows access to webpages without user authentication. |
Disable Client Control | User control, such as writing tags and executing commands, becomes disable. |
Auto Run Web Viewer | If this is checked, the Viewer will be automatically launched when CimonX is run. |
Show Web Viewer Titlebar | You can use a titlebar at the top of the viewer with back, forward, renew, and exit buttons. |
Web viewer Fit to resolution | CimonViewer will automatically resize the page to fit the monitor if the monitor and the compositing resolution do not match. |
Enable IEC61850 Func | Activate the IEC61850 communication function. |
(2) Script Engine
Index | Description |
Port Number | Set the ports between the ‘Script Engine’ and ‘Cimon X’. (The default values are 7001 and 7002.) |
Using OpenSSL to create self-certified PEM |
(1) Install OpenSSL
Install OpenSSL from the link below.
Follow the instruction from the website.
(2) Run Command Prompt
Run command prompt as an administrator.
(3) Use OpenSSL command to create a key file.
Password : Enter the password you wish to use.
(4) Create CSR file by using the key file.
Answer the questions. They can be skipped by pressing Enter.
(5) Create CRT file and P12 file.
These certificates are valid for 3650 days.
(6) Create PEM file.
Now HTTPS server is available with the PEM file.
Using any private certificate will still trigger “Certificate not trusted” warning message. This message is only avoidable by using a certificate issued by a publicly qualified institution. However, please keep in mind that the method explained in this manual still provides strong security using SSL.