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

This is okay for kvm case, where only one cert is requested only once.
parent 6add7c95
......@@ -54,7 +54,9 @@ class Recipe(BaseSlapRecipe):
self.requirements, self.ws = self.egg.working_set()
self.cron_d = self.installCrond()
self.ca_conf = self.installCertificateAuthority()
ca_email = binascii.hexlify(os.urandom(10))
self.ca_conf = self.installCertificateAuthority(
ca_email = ca_email)
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