From 5bf24b34a21eb7c9b5fad3537185058d0174ee47 Mon Sep 17 00:00:00 2001 From: olszomal Date: Fri, 29 Jul 2022 15:54:01 +0200 Subject: [PATCH] remove certs directory --- tests/conf/makecerts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conf/makecerts.sh b/tests/conf/makecerts.sh index 654de41..abf51c2 100755 --- a/tests/conf/makecerts.sh +++ b/tests/conf/makecerts.sh @@ -18,6 +18,7 @@ make_certs() { script_path=$(pwd) cd "${result_path}" mkdir "tmp/" + rm -rf "../certs" # OpenSSL settings CONF="${script_path}/openssl_intermediate.cnf"