Skip to content

Commit

Permalink
private + readme updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehta19 committed Nov 6, 2024
1 parent 2a50985 commit 943683d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gax-java/gax-grpc/src/test/resources/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generating certificates and keys for testing mTLS-S2A
Below are the commands which can be used to refresh the certs used in tests. This is the same process
# Regenerate certificates and keys for testing mTLS-S2A
Below are the commands which can be used to regenerate the certs used in tests. This is the same process
used to generate test certs for S2A client in grpc-java: https://github.com/grpc/grpc-java/blob/master/s2a/src/test/resources/README.md

Create root CA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public static EndpointContext getDefaultInstance() {
public abstract boolean useS2A();

@Nullable
public abstract EnvironmentProvider envProvider();
abstract EnvironmentProvider envProvider();

@Nullable
public abstract String mtlsEndpoint();
Expand Down

0 comments on commit 943683d

Please sign in to comment.