Skip to content

Commit a31f00e

Browse files
committed
Merge pull request #913 from vinzent/modules-1457-apache-sslcacertificatepath
(MODULES-1457) apache::vhost: SSLCACertificatePath can't be unset
2 parents 6fc7455 + dd69adc commit a31f00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/vhost/_ssl.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<%- if @ssl_chain -%>
88
SSLCertificateChainFile "<%= @ssl_chain %>"
99
<%- end -%>
10-
<%- if @ssl_certs_dir -%>
10+
<%- if @ssl_certs_dir && @ssl_certs_dir != '' -%>
1111
SSLCACertificatePath "<%= @ssl_certs_dir %>"
1212
<%- end -%>
1313
<%- if @ssl_ca -%>

0 commit comments

Comments
 (0)