Package io.quarkus.tls.runtime.config
Interface TrustStoreConfig
public interface TrustStoreConfig
-
Method Details
-
pem
Optional<PemCertsConfig> pem()Configures the list of trusted certificates. -
p12
Optional<P12TrustStoreConfig> p12()Configure the PKCS12 trust store. -
jks
Optional<JKSTrustStoreConfig> jks()Configure the JKS trust store. -
credentialsProvider
TrustStoreCredentialProviderConfig credentialsProvider()The credential provider configuration for the trust store. A credential provider offers a way to retrieve the trust store password. Note that the credential provider is only used if the password is not set in the configuration. -
validate
-