Skip to content

Commit

Permalink
Merge pull request #913 from vinzent/modules-1457-apache-sslcacertifi…
Browse files Browse the repository at this point in the history
…catepath

(MODULES-1457) apache::vhost: SSLCACertificatePath can't be unset
  • Loading branch information
igalic committed Oct 28, 2014
2 parents 6fc7455 + dd69adc commit a31f00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vhost/_ssl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<%- if @ssl_chain -%>
SSLCertificateChainFile "<%= @ssl_chain %>"
<%- end -%>
<%- if @ssl_certs_dir -%>
<%- if @ssl_certs_dir && @ssl_certs_dir != '' -%>
SSLCACertificatePath "<%= @ssl_certs_dir %>"
<%- end -%>
<%- if @ssl_ca -%>
Expand Down

0 comments on commit a31f00e

Please sign in to comment.