ubuntu@dlp:~$ openssl req -x509 -nodes -newkey rsa:3072 -keyout novnc.pem -out novnc.pem -days 3650
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:JPJP # कंट्री कोड
State or Province Name (full name) [Some-State]:Hiroshima # राज्य
Locality Name (eg, city) []:Hiroshima # शहर
Organization Name (eg, company) [Internet Widgits Pty Ltd]:GTS # कंपनी
Organizational Unit Name (eg, section) []:Server World # विभाग
Common Name (e.g. server FQDN or YOUR name) []:dlp.srv.world # सर्वर का FQDN
Email Address []:ubuntu@srv.world # व्यवस्थापक ईमेल
ubuntu@dlp:~$ websockify -D --web=/usr/share/novnc/ --cert=/home/ubuntu/novnc.pem 6080 localhost:5901
WebSocket server settings:
- Listen on :6080
- Web server. Web root: /usr/share/novnc
- SSL/TLS support
- Backgrounding (daemon)
|