Interface PfxConfiguration
public interface PfxConfiguration
-
Method Summary
-
Method Details
-
enabled
@WithParentName @WithDefault("false") boolean enabled()PFX config is disabled by default. -
path
Path to the key file (PFX format). -
password
Password of the key.
-