Skip to content

Commit

Permalink
Merge pull request #787 from tdb/allow-unset-ssl_certs_dir
Browse files Browse the repository at this point in the history
Allow ssl_certs_dir to be unset.
  • Loading branch information
Ashley Penney committed Jul 3, 2014
2 parents c750c15 + bec6a5f commit 04b74e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/vhost/_ssl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<% if @ssl_chain -%>
SSLCertificateChainFile "<%= @ssl_chain %>"
<% end -%>
<% if @ssl_certs_dir -%>
SSLCACertificatePath "<%= @ssl_certs_dir %>"
<% end -%>
<% if @ssl_ca -%>
SSLCACertificateFile "<%= @ssl_ca %>"
<% end -%>
Expand Down

0 comments on commit 04b74e4

Please sign in to comment.