From 3794acefe67b3857583e63dab7dd53ae0ea1a2d7 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 20 Feb 2013 16:17:44 +0100 Subject: [PATCH] TLS for -catalog storage --- modules/bacula/templates/bacula-dir.conf.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/bacula/templates/bacula-dir.conf.erb b/modules/bacula/templates/bacula-dir.conf.erb index ad4332051..9132a553f 100644 --- a/modules/bacula/templates/bacula-dir.conf.erb +++ b/modules/bacula/templates/bacula-dir.conf.erb @@ -197,12 +197,12 @@ Storage { Media Type = "<%= bacula_filestor_name %>-catalog" Maximum Concurrent Jobs = 10 -# TLS Enable = yes -# TLS Require = yes -# TLS CA Certificate File = "<%= bacula_ca_path %>" -# # This is a client certificate, used by the director to connect to the storage daemon -# TLS Certificate = "<%= bacula_ssl_client_cert %>" -# TLS Key = "<%= bacula_ssl_client_key %>" + TLS Enable = yes + TLS Require = yes + TLS CA Certificate File = "<%= bacula_ca_path %>" + # This is a client certificate, used by the director to connect to the storage daemon + TLS Certificate = "<%= bacula_ssl_client_cert %>" + TLS Key = "<%= bacula_ssl_client_key %>" } Pool { Name = "poolcatalog-<%=bacula_pool_name%>" -- 2.20.1