Director and Storage Daemon on the Same “darkstar” Host
In bacula-dir.conf:
Storage { Name = VTL-storage SD Port = 9113 Address = darkstar.example.com Password = "password" Device = "Virtual Tape Library" Autochanger = yes Media Type = VTL Maximum Concurrent Jobs = 30 TLS Enable = yes TLS Require = yes TLS CA Certificate File = /usr/local/bacula/etc/ssl/certs/root_cert.pem TLS Certificate = /usr/local/bacula/etc/ssl/certs/darkstar_cert.pem TLS Key = /usr/local/bacula/etc/ssl/keys/darkstar_key.pem }
In bacula-sd.conf:
Director { Name = darkstar-dir Password = "password" TLS Enable = yes TLS Require = yes TLS Verify Peer = yes TLS Allowed CN = darkstart.example.com TLS CA Certificate File = /usr/local/bacula/etc/ssl/certs/root_cert.pem TLS Certificate = /usr/local/bacula/etc/ssl/certs/darkstar_cert.pem TLS Key = /usr/local/bacula/etc/ssl/keys/darkstar_key.pem }
See also
Go back to Enable TLS Communications Encryption between Director and Storage Daemon.
Go back to the Bacula Communications Encryption chapter.
Go back to the main Advanced Features Usage page.