Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS Configuration not working #6

Open
elconas opened this issue Aug 10, 2013 · 0 comments
Open

TLS Configuration not working #6

elconas opened this issue Aug 10, 2013 · 0 comments

Comments

@elconas
Copy link

elconas commented Aug 10, 2013

Hello,

actually the TLS Certificate and TLS Key are missing from the "/etc/puppet/modules/bacula/templates/client_config.erb" template. So added 2 Parameters to the client config section:

<% if @tls_director_cert -%>
TLS Certificate = <%= @tls_director_cert %>
<% end -%>
<% if @tls_director_key -%>
TLS Key = <%= @tls_director_key %>
<% end -%>

However the real fix should be that if TLS is enabled, the setting of this parameter is checked.

This is because the documentation (here http://www.bacula.org/en/dev-manual/main/main/Bacula_TLS_Communications.html) is wrong.

For the Director to talk to the FD, TLS Keys are required.

This is described here:

http://www.devco.net/pubwiki/Bacula/TLS/director2fd/

Robert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant