package ssl
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class RotatingKeysSSLEngineProvider extends SSLEngineProvider
Variation on ConfigSSLEngineProvider that will periodically reload the keys and certificates from disk, to facilitate rolling updates of certificates.
Variation on ConfigSSLEngineProvider that will periodically reload the keys and certificates from disk, to facilitate rolling updates of certificates.
This provider does not perform hostname verification, but instead allows checking that the remote certificate has a subject name that matches the subject name of the configured certificate.
The
ca-cert-filemay hold a single certificate, or several concatenated together so that an old and a new CA can both be trusted during a rotation.
Value Members
- object RotatingKeysSSLEngineProvider