Update README.md

This commit is contained in:
Aungkon Malakar ONC 2024-09-21 02:08:24 +06:00 committed by GitHub
parent 96a028f8e1
commit ba3eb62f60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ services.n6082.vnc
### Note: Clipboard only serves over https . so do following tasks for Clipboard Sync : ### Note: Clipboard only serves over https . so do following tasks for Clipboard Sync :
Create a pem file `openssl req -x509 -newkey rsa:2048 -keyout self.pem -out self.pem -days 365 -nodes` Create a pem file `openssl req -x509 -newkey rsa:2048 -keyout self.pem -out self.pem -days 365 -nodes`
Make sure to add --ssl-only in the end of command `./utils/novnc_proxy --vnc localhost:5901--ssl-only` Make sure to add --ssl-only in the end of command `./utils/novnc_proxy --vnc localhost:5901 --ssl-only`
### Integration and Deployment ### Integration and Deployment