Revert "Generate new ca_email for ssl cert issuer for each software instance."

This reverts commit bfb4669a.
parent 26c427d8
......@@ -54,9 +54,7 @@ class Recipe(BaseSlapRecipe):
self.requirements, self.ws = self.egg.working_set()
self.cron_d = self.installCrond()
ca_email = binascii.hexlify(os.urandom(10))
self.ca_conf = self.installCertificateAuthority(
ca_email = ca_email)
self.ca_conf = self.installCertificateAuthority()
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