Files
lab-ca/run-test-2.sh
Slawek Koszewski a2528e0526
Some checks failed
Release / release (push) Failing after 1m6s
Added a new test script.
2025-08-04 22:09:23 +02:00

14 lines
250 B
Bash
Executable File

#!/bin/bash
if [ "-v" == "$1" ]; then
VERBOSE="--verbose"
shift
else
VERBOSE=""
fi
./build.sh
rm -rf docker_ca
build/lab-ca $VERBOSE --config docker_ca.hcl initca
build/lab-ca $VERBOSE --config docker_ca.hcl provision --file docker.hcl