Package io.quarkus.tls.runtime
package io.quarkus.tls.runtime
-
ClassDescriptionProvides
TrustStoreAndTrustOptionswrapping the default Java trust store specified as follows: If thejavax.net.ssl.trustStoreproperty is defined, then it is honored If the$JAVA_HOME/lib/security/jssecacertsis a regular file, then it is used If the$JAVA_HOME/lib/security/cacertsis a regular file, then it is usedA structure storing a key store and its associated Vert.x options.An interface for providingKeyStoreAndKeyCertOptionsfrom CDI beans at runtime.Recorder for Let's Encrypt support.A helper class that reload the TLS certificates at a configured interval.A structure storing a trust store and its associated Vert.x options.An interface for providingTrustStoreAndTrustOptionsfrom CDI beans at runtime.