ca_email was meant to be ca_company

parent bfb4669a
......@@ -54,9 +54,10 @@ class Recipe(BaseSlapRecipe):
self.requirements, self.ws = self.egg.working_set()
self.cron_d = self.installCrond()
ca_email = binascii.hexlify(os.urandom(10))
# XXX-Cedric: Cert is self-signed and issuer is randomly generated.
ca_company = binascii.hexlify(os.urandom(10))
self.ca_conf = self.installCertificateAuthority(
ca_email = ca_email)
ca_company = ca_company)
self.key_path, self.certificate_path = self.requestCertificate('noVNC')
# Install the socket_connection_attempt script
......
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