Commit b1a8d510 authored by Vivien Alger's avatar Vivien Alger

Use of self.pem for SSL

parent 4a0e75bf
......@@ -2,5 +2,7 @@
# BEWARE: This file is operated by slapgrid
# BEWARE: It will be overwritten automatically
%(python_path)s %(websockify_path)s --web %(noVNC_location)s --cert=%(certificate_path)s %(source_ip)s:%(source_port)s %(target_ip)s:%(target_port)s
cat %(key_path)s > self.pem
cat %(certificate_path)s >> self.pem
%(python_path)s %(websockify_path)s --web %(noVNC_location)s %(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