Interface PemKeyCertConfig.KeyCertConfig

Enclosing interface:
PemKeyCertConfig

public static interface PemKeyCertConfig.KeyCertConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The path to the certificate file (in PEM format).
    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).