类 SslHealthIndicator

java.lang.Object
org.springframework.boot.actuate.health.AbstractHealthIndicator
org.springframework.boot.actuate.ssl.SslHealthIndicator
所有已实现的接口:
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.
从以下版本开始:
3.4.0
作者:
Jonatan Ivanov, Young Jae You