aboutsummaryrefslogtreecommitdiffstats
path: root/plans/aaf/certservice/teardown.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plans/aaf/certservice/teardown.sh')
-rw-r--r--plans/aaf/certservice/teardown.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/plans/aaf/certservice/teardown.sh b/plans/aaf/certservice/teardown.sh
index 83737f0d..71e20b7c 100644
--- a/plans/aaf/certservice/teardown.sh
+++ b/plans/aaf/certservice/teardown.sh
@@ -17,4 +17,9 @@
docker-compose down
+make clear -C ./certs/
+echo "Removed old keystores"
+rm -rf ${WORKSPACE}/tests/aaf/certservice/assets/certs
+echo "Removed old certificates"
+
kill-instance.sh ${ClientContainerName} \ No newline at end of file