Class SslHealthIndicator

java.lang.Object
org.springframework.boot.actuate.health.AbstractHealthIndicator
org.springframework.boot.actuate.ssl.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:
3.4.0
Author:
Jonatan Ivanov