Skip to content

Commit

Permalink
Add new line in ssl options
Browse files Browse the repository at this point in the history
  • Loading branch information
eimirae authored and DavidS committed Apr 16, 2015
1 parent 87b665b commit 8e97331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/rabbitmq.config.erb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
{port, <%= @ssl_management_port %>},
{ssl, true},
{ssl_opts, [<%- if @ssl_cacert != 'UNSET' -%>{cacertfile, "<%= @ssl_cacert %>"},<%- end -%>

{certfile, "<%= @ssl_cert %>"},
{keyfile, "<%= @ssl_key %>"}
<%- if @ssl_versions -%>
Expand Down

0 comments on commit 8e97331

Please sign in to comment.