Package io.quarkus.grpc.runtime.config
Interface GrpcServerConfiguration.GrpcTransportSecurity
- Enclosing interface:
GrpcServerConfiguration
public static interface GrpcServerConfiguration.GrpcTransportSecurity
-
Method Summary
-
Method Details
-
certificate
The path to the certificate file. -
key
The path to the private key file.
-