TLS Require = yes
TLS Verify Peer = yes
TLS Allowed CN = "clientcerts/<%= @director_address %>"
- TLS CA Certificate File = "<%= @bacula_ca_path %>"
+ TLS CA Certificate File = "<%= scope['bacula::bacula_ca_path'] %>"
# This is a server certificate, used for incoming director connections.
- TLS Certificate = "<%= @bacula_ssl_server_cert %>"
- TLS Key = "<%= @bacula_ssl_server_key %>"
+ TLS Certificate = "<%= scope['bacula::bacula_ssl_server_cert'] %>"
+ TLS Key = "<%= scope['bacula::bacula_ssl_server_key'] %>"
}
# Send all messages to the Director,