remove certs directory

This commit is contained in:
olszomal 2022-07-29 15:54:01 +02:00 committed by Michał Trojnara
parent 7871e28141
commit 5bf24b34a2

View File

@ -18,6 +18,7 @@ make_certs() {
script_path=$(pwd) script_path=$(pwd)
cd "${result_path}" cd "${result_path}"
mkdir "tmp/" mkdir "tmp/"
rm -rf "../certs"
# OpenSSL settings # OpenSSL settings
CONF="${script_path}/openssl_intermediate.cnf" CONF="${script_path}/openssl_intermediate.cnf"