novnc SSL (old, new method is use Dockerfile)
1. download your cert, 2 files: cert.pem & key.pem
2. upload the certs to /etc/ssl/
3. start the docker container, and run command
ps -ef|grep python|grep -v grep|cut -c 9-15|xargs kill -15 && websockify -D --web=/usr/share/novnc/ --cert=/etc/ssl/cert.pem --key=/etc/ssl/key.pem 6080 localhost:5901
留言
發佈留言