Package io.quarkus.tls.runtime.config
Interface JKSKeyStoreConfig
public interface JKSKeyStoreConfig
-
Method Details
-
path
Path path()Path to the keystore file (JKS 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. When not set, the password may be retrieved from the credential provider. -
provider
Provider of the key store.
-