- GrpcTlsDescriptor (grpc.core) Configuration
Configuration Options
Optional Configuration Options
| key | type | default value | description |
|---|---|---|---|
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. |