Class SslHealthIndicator

java.lang.Object
org.springframework.boot.health.contributor.AbstractHealthIndicator
org.springframework.boot.health.application.SslHealthIndicator
All Implemented Interfaces:
HealthContributor, HealthIndicator

public class SslHealthIndicator extends AbstractHealthIndicator
HealthIndicator that checks the certificates the application uses and reports Status.OUT_OF_SERVICE when a certificate is invalid.
Since:
4.0.0
Author:
Jonatan Ivanov, Young Jae You