Interface PemKeyCertConfig


public interface PemKeyCertConfig
  • Method Details

    • keyCerts

      @WithParentName Map<String,PemKeyCertConfig.KeyCertConfig> keyCerts()
      List of the PEM key/cert files (Pem format).
    • order

      Optional<List<String>> 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()