Commit 46c82991 authored by Vivien Alger's avatar Vivien Alger

Corrected error when calling requestCertificate function

parent 1a6faa7c
......@@ -165,7 +165,7 @@ class Recipe(BaseSlapRecipe):
noVNC_conf['python_path'] = python_path
noVNC_conf['ca_conf'] = self.installCertificateAuthority()
noVNC_conf['certificate_path'] = self.requestCertificate('noVNC')
key, noVNC_conf['certificate_path'] = self.requestCertificate('noVNC')
# Instanciate Websockify
websockify_runner_path = self.instanciate_wrapper("websockify",
......
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