You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -230,7 +230,7 @@
230
230
{
231
231
"name": "management.health.ssl.enabled",
232
232
"type": "java.lang.Boolean",
233
-
"description": "Whether to enable SSL Certificate health check.",
233
+
"description": "Whether to enable SSL certificate health check.",
234
234
"defaultValue": true
235
235
},
236
236
{
@@ -292,7 +292,7 @@
292
292
{
293
293
"name": "management.info.ssl.enabled",
294
294
"type": "java.lang.Boolean",
295
-
"description": "Whether to enable SSL Certificate info.",
295
+
"description": "Whether to enable SSL certificate info.",
TIP: You can disable them all by setting the configprop:management.health.defaults.enabled[] property.
658
658
659
659
TIP: The `ssl` `HealthIndicator` has a "warning threshold" property named configprop:management.health.ssl.certificate-validity-warning-threshold[].
660
-
If an SSL Certificate will be invalid within the time span defined by this threshold, the `HealthIndicator` will warn you but it will still return HTTP 200 to not disrupt the application.
660
+
If an SSL certificate will be invalid within the time span defined by this threshold, the `HealthIndicator` will warn you but it will still return HTTP 200 to not disrupt the application.
661
661
You can use this threshold to give yourself enough lead time to rotate the soon to be expired certificate.
662
662
663
663
@@ -1122,7 +1122,7 @@ When appropriate, Spring auto-configures the following `InfoContributor` beans:
| An xref:features/ssl.adoc#features.ssl.bundles[SSL Bundle] configured.
1127
1127
1128
1128
|===
@@ -1243,7 +1243,7 @@ The `info` endpoint publishes information about your process, see javadoc:org.sp
1243
1243
[[actuator.endpoints.info.ssl-information]]
1244
1244
=== SSL Information
1245
1245
1246
-
The `info` endpoint publishes information about your SSL Certificates (that are configured through xref:features/ssl.adoc#features.ssl.bundles[SSL Bundles]), see javadoc:org.springframework.boot.info.SslInfo[] for more details. This endpoint reuses the "warning threshold" property of javadoc:org.springframework.boot.actuate.ssl.SslHealthIndicator[]: if an SSL Certificate will be invalid within the time span defined by this threshold, it will trigger a warning. See the `management.health.ssl.certificate-validity-warning-threshold` property.
1246
+
The `info` endpoint publishes information about your SSL certificates (that are configured through xref:features/ssl.adoc#features.ssl.bundles[SSL Bundles]), see javadoc:org.springframework.boot.info.SslInfo[] for more details. This endpoint reuses the "warning threshold" property of javadoc:org.springframework.boot.actuate.ssl.SslHealthIndicator[]: if an SSL certificate will be invalid within the time span defined by this threshold, it will trigger a warning. See the `management.health.ssl.certificate-validity-warning-threshold` property.
0 commit comments