1Client {
2  Name = tls-passive-fd
3  Description = "Client resource of the Director itself."
4  Address = localhost
5  Password = "@fd_password@"          # password for FileDaemon
6  TLS Require = yes
7  TLS Certificate = "@scriptdir@/tls/bareos-dir.bareos.org-cert.pem"
8  TLS Key = "@scriptdir@/tls/bareos-dir.bareos.org-key.pem"
9  TLS CA Certificate File = "@scriptdir@/tls/bareos-ca.pem"
10  TLS Allowed CN = client1.bareos.org
11  Passive = yes
12}
13
14