io.quarkus.redis.runtime.client.config.TlsConfig.jdp Maven / Gradle / Ivy
Show all versions of quarkus-redis-client Show documentation
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.