Package io.quarkus.grpc.runtime.config
Class TlsClientConfig.PemKeyCertConfiguration
java.lang.Object
io.quarkus.grpc.runtime.config.TlsClientConfig.PemKeyCertConfiguration
- Enclosing class:
- TlsClientConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
keys
Comma-separated list of the path to the key files (Pem format). -
certs
Comma-separated list of the path to the certificate files (Pem format).
-
-
Constructor Details
-
PemKeyCertConfiguration
public PemKeyCertConfiguration()
-