Add scripts generating temporary certificates for VES CSIT tests
[integration/csit.git] / tests / dcaegen2 / testcases / resources / rm-certs.sh
1 #!/bin/bash
2
3 WS=$1
4 dir=$WS/tests/dcaegen2/testcases/assets/certs
5
6 rm "$dir/temporary.crt" "$dir/temporary.csr" "$dir/temporary.key" "$dir/rootCA.srl"