GrpcTlsDescriptor (grpc.core) Configuration

Type: io.helidon.grpc.core.GrpcTlsDescriptor

Configuration Options

Optional Configuration Options
keytypedefault valuedescription
enabled

boolean

true

Enable or disable TLS. If enabled is false, then the rest of the TLS configuration properties are ignored.

jdk-ssl

boolean

false

Sets the type of SSL implementation to be used.

tls-ca-cert 

Set the CA (certificate authority) certificate path.

tls-cert 

Set the client tlsCert path. Required only if mutual auth is desired.

tls-key 

Set the client private key path. Required only if mutual auth is desired.