X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Ftemplates%2Fbconsole.conf.erb;h=6c4cd80839640da53d2cfbf8dbffde4c863b5066;hb=b5b56e202131d0da2047f19237faf92e4da9c66b;hp=f5bb2e64f40375f51194e2b67f1183c1a78d8d4f;hpb=a1651904682381906e07507601bda4dd732f58ff;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/bconsole.conf.erb b/modules/bacula/templates/bconsole.conf.erb index f5bb2e64f..6c4cd8083 100644 --- a/modules/bacula/templates/bconsole.conf.erb +++ b/modules/bacula/templates/bconsole.conf.erb @@ -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 %>" }