Home
last modified time | relevance | path

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

/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworldtls/
DHelloWorldServerTls.java45 private final String certChainFilePath; field in HelloWorldServerTls
51 String certChainFilePath, in HelloWorldServerTls() argument
56 this.certChainFilePath = certChainFilePath; in HelloWorldServerTls()
62 …slContextBuilder sslClientContextBuilder = SslContextBuilder.forServer(new File(certChainFilePath), in getSslContextBuilder()
/external/grpc-grpc-java/examples/
DREADME.md43 USAGE: HelloWorldServerTls host port certChainFilePath privateKeyFilePath [trustCertCollectionFileP…