Commit 614e0f9c authored by Rafael Monnerat's avatar Rafael Monnerat

Permit use provide his own domain name (like in erp5 default)

parent 8a0b28b0
...@@ -152,8 +152,9 @@ SSLCARevocationPath %(ca_crl)s""" ...@@ -152,8 +152,9 @@ SSLCARevocationPath %(ca_crl)s"""
login_haproxy, backend_key, backend_certificate) login_haproxy, backend_key, backend_certificate)
# Install Frontend # Install Frontend
frontend_domain_name = self.parameter_dict.get("domain_name", 'vifib')
apache_frontend_login = self.installFrontendZopeApache( apache_frontend_login = self.installFrontendZopeApache(
self.getGlobalIPv6Address(), 4443, 'vifib', '/', self.getGlobalIPv6Address(), 4443, frontend_domain_name, '/',
apache_login, '/', backend_key, backend_certificate) apache_login, '/', backend_key, backend_certificate)
# Four Web Service Nodes (Machine access) # Four Web Service Nodes (Machine access)
service_url_list = [] service_url_list = []
......
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