Interface PfxConfiguration


public interface PfxConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    PFX config is disabled by default.
    Password of the key.
    Path to the key file (PFX format).
  • Method Details

    • enabled

      @WithParentName @WithDefault("false") boolean enabled()
      PFX config is disabled by default.
    • path

      Optional<String> path()
      Path to the key file (PFX format).
    • password

      Optional<String> password()
      Password of the key.