Commit ed75e1a1 authored by Łukasz Nowak's avatar Łukasz Nowak

- there is no need to provide Certificate Authority and Key

   Authorisation Apache


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44085 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cb4f9605
......@@ -105,8 +105,6 @@ class Recipe(BaseSlapRecipe):
self.installMemcached()
self.installKumo()
self.installConversionServer()
self.installTestCertificateAuthority()
self.installCertificateAuthority()
self.installMysqlServer()
self.installERP5()
zodb_dir = os.path.join(self.data_root_directory,
......@@ -469,7 +467,6 @@ class Recipe(BaseSlapRecipe):
self.path_list.append(wrapper)
self.installLoginApache(index)
self.installKeyAuthorisationApache(index)
def _getApacheConfigurationDict(self, prefix, ip, port):
apache_conf = dict()
......
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