JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.quarkus.tls.runtime.config
Interface PemCertsConfig.KeyCertConfig
Enclosing interface:
PemCertsConfig
public static interface
PemCertsConfig.KeyCertConfig
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Path
cert
()
The path to the certificate file (in PEM format).
Path
key
()
The path to the key file (in PEM format).
Method Details
key
Path
key
()
The path to the key file (in PEM format).
cert
Path
cert
()
The path to the certificate file (in PEM format).