]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
setup default value for Encryption Command in bacula-sd.conf
authorAlain Spineux <alain@baculasystems.com>
Fri, 9 Dec 2022 15:37:53 +0000 (16:37 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:00 +0000 (13:57 +0200)
- like this: Encryption Command = "@scriptdir@/key-manager.py getkey"

bacula/src/stored/bacula-sd.conf.in
bacula/src/stored/stored.conf.in

index 3d06f3e176c208aaa8c9dae1b5c9b14b5330da5f..932387be1bc10c64989e08252b73b1f25a9fb475 100644 (file)
@@ -21,6 +21,7 @@ Storage {                             # definition of myself
   Pid Directory = "@piddir@"
   Plugin Directory = "@plugindir@"
   Maximum Concurrent Jobs = 20
+  Encryption Command = "@scriptdir@/key-manager.py getkey"
 }
 
 #
index 956bbd34773c88ec07b9b149b39a346b581591e6..3403b6954057cb7be3481f572e3e2db6b004e3c3 100644 (file)
@@ -16,6 +16,7 @@ Storage {
   WorkingDirectory = "@working_dir@"
   Pid Directory = "@piddir@"
   Subsys Directory = "@subsysdir@"
+  Encryption Command = "@scriptdir@/key-manager.py getkey"
 }
 
 #