Correct mistyped chain file option in survey vhost
Initial testing of the survey class used self-signed certificates, which failed to exercise the chain file logic and so did not catch a typographical error in the configuration option name for it. Change-Id: I296bf5336d175a59699b8c8b103aa1fb42aa12e3
This commit is contained in:
parent
81b88ef7fb
commit
5d4d2a26c0
@ -43,7 +43,7 @@
|
|||||||
SSLCertificateFile <%= scope.lookupvar("openstack_project::survey::ssl_cert_file") %>
|
SSLCertificateFile <%= scope.lookupvar("openstack_project::survey::ssl_cert_file") %>
|
||||||
SSLCertificateKeyFile <%= scope.lookupvar("openstack_project::survey::ssl_key_file") %>
|
SSLCertificateKeyFile <%= scope.lookupvar("openstack_project::survey::ssl_key_file") %>
|
||||||
<% if scope.lookupvar("openstack_project::survey::ssl_chain_file") != "" %>
|
<% if scope.lookupvar("openstack_project::survey::ssl_chain_file") != "" %>
|
||||||
SSLCertficateChainFile <%= scope.lookupvar("openstack_project::survey::ssl_chain_file") %>
|
SSLCertificateChainFile <%= scope.lookupvar("openstack_project::survey::ssl_chain_file") %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
ErrorLog /var/log/apache2/<%= @name %>_error.log
|
ErrorLog /var/log/apache2/<%= @name %>_error.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user