Commit 5a92a122 authored by Alain Takoudjou's avatar Alain Takoudjou

erp5: certificate used by apache is also auto-signed by caucase without wait for human intervention

parent 4c102f4c
...@@ -83,7 +83,7 @@ md5sum = d41d8cd98f00b204e9800998ecf8427e ...@@ -83,7 +83,7 @@ md5sum = d41d8cd98f00b204e9800998ecf8427e
[template-erp5] [template-erp5]
filename = instance-erp5.cfg.in filename = instance-erp5.cfg.in
md5sum = 03983ea97d53e40bf3caf3d6744e1137 md5sum = 64fe4800dc9430aac8e325ba4b3d97ae
[template-zeo] [template-zeo]
filename = instance-zeo.cfg.in filename = instance-zeo.cfg.in
......
...@@ -58,7 +58,7 @@ connection-url = smtp://127.0.0.2:0/ ...@@ -58,7 +58,7 @@ connection-url = smtp://127.0.0.2:0/
[request-caucase] [request-caucase]
connection-http-url = {{ caucase_url }} connection-http-url = {{ caucase_url }}
{%- else %} {%- else %}
{{ request('caucase', 'caucase', 'caucase', {'server-port': 8890, 'server-https-port': 8891}, {'http-url': True, 'https-url': False}) }} {{ request('caucase', 'caucase', 'caucase', {'server-port': 8890, 'server-https-port': 8891, 'auto-sign-csr-amount': 2}, {'http-url': True, 'https-url': False}) }}
{% endif -%} {% endif -%}
{# ZODB -#} {# ZODB -#}
......
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