Home
last modified time | relevance | path

Searched refs:clientCertChainFilePath (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworldtls/
DHelloWorldClientTls.java47 String clientCertChainFilePath, in buildSslContext() argument
53 if (clientCertChainFilePath != null && clientPrivateKeyFilePath != null) { in buildSslContext()
54 … builder.keyManager(new File(clientCertChainFilePath), new File(clientPrivateKeyFilePath)); in buildSslContext()
/external/grpc-grpc-java/examples/
DREADME.md50 USAGE: HelloWorldClientTls host port [trustCertCollectionFilePath] [clientCertChainFilePath] [clien…
51 …Note: clientCertChainFilePath and clientPrivateKeyFilePath are only needed if mutual auth is desir…