All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.redis.runtime.client.config.TlsConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
io.quarkus.redis.runtime.client.config.TlsConfig.enabled=Whether SSL/TLS is enabled.
io.quarkus.redis.runtime.client.config.TlsConfig.hostnameVerificationAlgorithm=The hostname verification algorithm to use in case the server's identity should be checked.\nShould be {@code HTTPS}, {@code LDAPS} or an {@code NONE} (default).\n

\nIf set to {@code NONE}, it does not verify the hostname.\n

io.quarkus.redis.runtime.client.config.TlsConfig.keyCertificateJks=Key/cert configuration in the JKS format.\n

\nWhen enabled, {@code \#key-certificate-pem} and {@code \#key-certificate-pfx} must be disabled. io.quarkus.redis.runtime.client.config.TlsConfig.keyCertificatePem=Key/cert configuration in the PEM format.\n

\nWhen enabled, {@code key-certificate-jks} and {@code \#key-certificate-pfx} must be disabled. io.quarkus.redis.runtime.client.config.TlsConfig.keyCertificatePfx=Key/cert configuration in the PFX format.\n

\nWhen enabled, {@code key-certificate-jks} and {@code \#key-certificate-pem} must be disabled. io.quarkus.redis.runtime.client.config.TlsConfig.trustAll=Enable trusting all certificates. Disabled by default. io.quarkus.redis.runtime.client.config.TlsConfig.trustCertificateJks=Trust configuration in the JKS format.\n

\nWhen enabled, {@code \#trust-certificate-pem} and {@code \#trust-certificate-pfx} must be disabled. io.quarkus.redis.runtime.client.config.TlsConfig.trustCertificatePem=Trust configuration in the PEM format.\n

\nWhen enabled, {@code \#trust-certificate-jks} and {@code \#trust-certificate-pfx} must be disabled. io.quarkus.redis.runtime.client.config.TlsConfig.trustCertificatePfx=Trust configuration in the PFX format.\n

\nWhen enabled, {@code \#trust-certificate-jks} and {@code \#trust-certificate-pem} must be disabled.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy