From 7fcf3729685a28d1eb982edd23d773ee918e285e Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 4 Sep 2020 13:45:14 +0200 Subject: [PATCH] BEE Backport regress/scripts/copy-tls-confs This commit is the result of the squash of the following main commits: Author: Eric Bollengier Date: Mon Jan 27 12:12:35 2020 +0100 regress: Use TLS console in tls tests --- regress/scripts/copy-tls-confs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/scripts/copy-tls-confs b/regress/scripts/copy-tls-confs index eece9c62d..5e9e2dd44 100755 --- a/regress/scripts/copy-tls-confs +++ b/regress/scripts/copy-tls-confs @@ -8,7 +8,7 @@ cp -f scripts/tls-bacula-dir.conf ${conf}/bacula-dir.conf cp -f scripts/tls-bacula-sd.conf ${conf}/bacula-sd.conf cp -f scripts/tls-bacula-fd.conf ${conf}/bacula-fd.conf -cp -f scripts/test-console.conf ${conf}/bconsole.conf -cp -f scripts/test-console.conf ${conf}/bat.conf +cp -f scripts/tls-console.conf ${conf}/bconsole.conf +cp -f scripts/tls-console.conf ${conf}/bat.conf cp -f scripts/tls-CA.pem ${conf}/tls-CA.pem cp -f scripts/tls-cert.pem ${conf}/tls-cert.pem -- 2.47.3