Skip to content

Commit

Permalink
remove tidb security test files
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <rleungx@gmail.com>
  • Loading branch information
rleungx committed Sep 29, 2024
1 parent 76dc560 commit 7eead16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integrations/client/cert_opt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function cleanup_certs() {
rm -f ca.pem ca-key.pem ca.srl
rm -f pd-server.pem pd-server-key.pem pd-server.csr
rm -f client.pem client-key.pem client.csr
rm -f tidb-client.pem tidb-client-key.pem tidb-client.csr
}

if [[ "$1" == "generate" ]]; then
Expand Down
1 change: 1 addition & 0 deletions tools/pd-api-bench/cert_opt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function cleanup_certs() {
rm -f ca.pem ca-key.pem ca.srl
rm -f pd-server.pem pd-server-key.pem pd-server.csr
rm -f client.pem client-key.pem client.csr
rm -f tidb-client.pem tidb-client-key.pem tidb-client.csr
}

if [[ "$1" == "generate" ]]; then
Expand Down
1 change: 1 addition & 0 deletions tools/pd-ctl/tests/cert_opt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function cleanup_certs() {
rm -f ca.pem ca-key.pem ca.srl
rm -f pd-server.pem pd-server-key.pem pd-server.csr
rm -f client.pem client-key.pem client.csr
rm -f tidb-client.pem tidb-client-key.pem tidb-client.csr
}

if [[ "$1" == "generate" ]]; then
Expand Down

0 comments on commit 7eead16

Please sign in to comment.