Package io.quarkus.tls.runtime.config
Interface PemKeyCertConfig
public interface PemKeyCertConfig
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
keyCerts
List of the PEM key/cert files (Pem format). -
order
The order of the key/cert files, based on the names in the `keyCerts` map.By default, Quarkus sorts the key using a lexicographical order. This property allows you to specify the order of the key/cert files.
-
toOptions
default io.vertx.core.net.PemKeyCertOptions toOptions()
-