Commit e4ebf0e8 authored by Vivien Alger's avatar Vivien Alger

Adding ssl

parent 5ec3cd74
......@@ -2,5 +2,6 @@
# BEWARE: This file is operated by slapgrid
# BEWARE: It will be overwritten automatically
%(python_path)s %(websockify_path)s --web %(noVNC_location)s %(source_ip)s:%(source_port)s %(target_ip)s:%(target_port)s
openssl req -new -x509 -days 365 -nodes -out self.pem -keyout self.pem
%(python_path)s %(websockify_path)s --web %(noVNC_location)s --ssl-only %(source_ip)s:%(source_port)s %(target_ip)s:%(target_port)s
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment