Skip to content

Commit 152c09d

Browse files
committed
Merge branch '3.5.x'
Closes gh-48063
2 parents d844840 + bab7307 commit 152c09d

File tree

1 file changed

+3
-3
lines changed
  • documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator

1 file changed

+3
-3
lines changed

documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/endpoints.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -674,8 +674,8 @@ with the `key` listed in the following table:
674674
TIP: You can disable them all by setting the configprop:management.health.defaults.enabled[] property.
675675

676676
TIP: The `ssl` javadoc:org.springframework.boot.actuate.health.HealthIndicator[] has a "warning threshold" property named configprop:management.health.ssl.certificate-validity-warning-threshold[].
677-
If an SSL certificate will be invalid within the time span defined by this threshold, the javadoc:org.springframework.boot.actuate.health.HealthIndicator[] will warn you but it will still return HTTP 200 to not disrupt the application.
678-
You can use this threshold to give yourself enough lead time to rotate the soon to be expired certificate.
677+
You can use this threshold to give yourself enough lead time to rotate the soon-to-be-expired certificate.
678+
If an SSL certificate will become invalid within the period defined by this threshold, the javadoc:org.springframework.boot.actuate.health.HealthIndicator[] will report this in the details section of its response where `details.validChains.certificates.[*].validity.status` will have the value `WILL_EXPIRE_SOON`.
679679

680680
Additional javadoc:org.springframework.boot.actuate.health.HealthIndicator[] beans are enabled by default:
681681

@@ -1260,7 +1260,7 @@ The `info` endpoint publishes information about your process, see javadoc:org.sp
12601260
[[actuator.endpoints.info.ssl-information]]
12611261
=== SSL Information
12621262

1263-
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.health.info.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.
1263+
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.
12641264

12651265

12661266

0 commit comments

Comments
 (0)