Interface OtlpExporterConfig.KeyCert

Enclosing interface:
OtlpExporterConfig

public static interface OtlpExporterConfig.KeyCert
  • Method Summary

    Modifier and Type
    Method
    Description
    Comma-separated list of the path to the certificate files (Pem format).
    Comma-separated list of the path to the key files (Pem format).
  • Method Details

    • keys

      Optional<List<String>> keys()
      Comma-separated list of the path to the key files (Pem format).
    • certs

      Optional<List<String>> certs()
      Comma-separated list of the path to the certificate files (Pem format).