This commit is contained in:
13
run-test-2.sh
Executable file
13
run-test-2.sh
Executable file
@@ -0,0 +1,13 @@
|
|||||||
|
#!/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
|
Reference in New Issue
Block a user