Skip to content

Commit

Permalink
test: fix grpc tls tests
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
  • Loading branch information
harshit-gangal committed Jan 8, 2025
1 parent 3988db8 commit 8205261
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/grpc-client/src/test/resources/ca.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
default_bits = 1024
default_keyfile = keyfile.pem
distinguished_name = req_distinguished_name
x509_extensions = v3_ca
attributes = req_attributes
prompt = no
output_password = mypass
Expand All @@ -15,3 +16,5 @@
emailAddress = test@email.address
[ req_attributes ]
challengePassword = A challenge password
[ v3_ca ]
basicConstraints = CA:TRUE

0 comments on commit 8205261

Please sign in to comment.