From 3d4b4fdc09e42244bd045e44c88fd1d9842db2bf Mon Sep 17 00:00:00 2001 From: Aungkon Malakar ONC Date: Sat, 21 Sep 2024 00:43:46 +0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 30510858..25cbca78 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,12 @@ services.n6082.listen services.n6082.vnc ``` + +### 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` +Make sure to add --ssl-only in the end of command `./utils/novnc_proxy --vnc localhost:5901--ssl-only` + ### Integration and Deployment Please see our other documents for how to integrate noVNC in your own software,