]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/bacula/templates/bconsole.conf.erb
Add per client pools, storages, devices, mediatypes
[dsa-puppet.git] / modules / bacula / templates / bconsole.conf.erb
index f5bb2e64f40375f51194e2b67f1183c1a78d8d4f..6c4cd80839640da53d2cfbf8dbffde4c863b5066 100644 (file)
@@ -11,4 +11,12 @@ Director {
   DIRport = 9101
   address = <%= bacula_director_address %>
   Password = "<%= bacula_director_secret %>"
+
+  TLS Enable = yes
+  TLS Require = yes
+
+  TLS CA Certificate File = "<%= bacula_ca_path %>"
+  # This is a client certificate, used for console connections to the director.
+  TLS Certificate = "<%= bacula_ssl_client_cert %>"
+  TLS Key = "<%= bacula_ssl_client_key %>"
 }