Package io.micronaut.grpc.server
Class GrpcSslConfiguration
java.lang.Object
io.micronaut.grpc.server.GrpcSslConfiguration
Configuration for the SSL properties of GRPC.
- Since:
- 1.0
- Author:
- graemerocher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCertChain
(@Nullable String certChain) void
setPrivateKey
(@Nullable String privateKey)
-
Constructor Details
-
GrpcSslConfiguration
public GrpcSslConfiguration()
-
-
Method Details
-
getCertChain
- Returns:
- The cert chain
-
setCertChain
- Parameters:
certChain
- Sets the cert chain
-
getPrivateKey
- Returns:
- The private key
-
setPrivateKey
- Parameters:
privateKey
- Sets the private key
-