Class GrpcSslConfiguration

java.lang.Object
io.micronaut.grpc.server.GrpcSslConfiguration

@ConfigurationProperties("grpc.server.ssl") public class GrpcSslConfiguration extends Object
Configuration for the SSL properties of GRPC.
Since:
1.0
Author:
graemerocher
  • Constructor Details

    • GrpcSslConfiguration

      public GrpcSslConfiguration()
  • Method Details

    • getCertChain

      public Optional<String> getCertChain()
      Returns:
      The cert chain
    • setCertChain

      public void setCertChain(@Nullable @Nullable String certChain)
      Parameters:
      certChain - Sets the cert chain
    • getPrivateKey

      public Optional<String> getPrivateKey()
      Returns:
      The private key
    • setPrivateKey

      public void setPrivateKey(@Nullable @Nullable String privateKey)
      Parameters:
      privateKey - Sets the private key