From d09c1442d8f6662265fa817232e517d5bc6e3e2a Mon Sep 17 00:00:00 2001 From: ZhenLian Date: Tue, 6 Oct 2020 11:16:32 -0700 Subject: [PATCH] update create.sh --- testdata/x509/create.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testdata/x509/create.sh b/testdata/x509/create.sh index 810242e636b..e5276d6bb69 100755 --- a/testdata/x509/create.sh +++ b/testdata/x509/create.sh @@ -109,7 +109,6 @@ openssl req -x509 \ -days 3650 \ -subj /C=US/ST=CA/L=SVL/O=gRPC/CN=test-client1/ \ -addext "subjectAltName = URI:spiffe://foo.bar.com/client/workload/1" -openssl verify -verbose -CAfile client_ca_cert.pem client1_spiffe_cert.pem # Cleanup the CSRs. -rm *_csr.pem \ No newline at end of file +rm *_csr.pem