Skip to content

Commit

Permalink
update create.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenLian committed Oct 6, 2020
1 parent c4efd1c commit d09c144
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testdata/x509/create.sh
Expand Up @@ -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
rm *_csr.pem

0 comments on commit d09c144

Please sign in to comment.