Skip to content

Commit 4fd2ec4

Browse files
Clarify
1 parent 9f4cea0 commit 4fd2ec4

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

deps/rabbitmq_management/priv/www/api/index.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -986,9 +986,16 @@ <h2>Reference</h2>
986986
<td></td>
987987
<td class="path">/api/health/checks/certificate-expiration/<i>within</i>/<i>unit</i></td>
988988
<td>
989-
Checks the expiration date on the certificates for every listener configured to use TLS.
990-
Responds a 200 OK if all certificates are valid (have not expired),
991-
otherwise responds with a 503 Service Unavailable.
989+
<p>
990+
Checks the expiration date on the certificates for every listener configured to use TLS.
991+
Responds a 200 OK if all certificates are valid (have not expired),
992+
otherwise responds with a 503 Service Unavailable.
993+
</p>
994+
<p>
995+
Valid units: days, weeks, months, years. The value of the <i>within</i> argument is the number of
996+
units. So, when <i>within</i> is 2 and <i>unit</i> is "months", the expiration period used by the check
997+
will be the next two months.
998+
</p>
992999
</td>
9931000
</tr>
9941001
<tr>

0 commit comments

Comments
 (0)