Package io.quarkus.tls.runtime.config
Interface P12KeyStoreConfig
public interface P12KeyStoreConfig
-
Method Details
-
path
Path path()Path to the key store file (P12 / PFX format). -
password
Password of the key store. When not set, the password must be retrieved from the credential provider. -
alias
Alias of the private key and certificate in the key store. -
aliasPassword
Password of the alias in the key store. If not set, the password will be retrieved from the credential provider. -
provider
Provider of the key store.
-