Digital Signage/Displays: Difference between revisions

Jump to navigation Jump to search
m
Line 269: Line 269:


===== Generate SSL certificate =====
===== Generate SSL certificate =====
* Navigate to the /home/kiosk user directory
* Navigate to the '''''/home/kiosk''''' user directory
* Run the following command to generate a self-signed SSL certificate with a 10 year life span:
* Run the following command to generate a self-signed SSL certificate with a 10 year life span:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
openssl req -x509 -nodes -newkey rsa:3072 -keyout novnc.pem -out novnc.pem -days 3650
openssl req -x509 -nodes -newkey rsa:3072 -keyout novnc.pem -out novnc.pem -days 3650
</syntaxhighlight>
</syntaxhighlight>
===== Generate VNC Password File =====
===== Generate VNC Password File =====
Run the following command to create the vnc password file (make note of this for later):
Run the following command to create the vnc password file (make note of this for later):

Navigation menu