Skip to content

Commit

Permalink
HTTP API reference: a follow-up to #13037
Browse files Browse the repository at this point in the history
(cherry picked from commit 9b1422e)
  • Loading branch information
michaelklishin committed Jan 8, 2025
1 parent 20ee2ba commit 7ef0f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/rabbitmq_management/priv/www/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ <h2>Reference</h2>
This health assumes that

<ul>
<li>All certificates included in the PEM bundles on the nodes are relevant to RabbitMQ clients</li>
<li>All certificates included in the PEM bundles on the nodes are relevant to RabbitMQ clients, plugins or encrypted inter-node communication</li>
<li>Expired certificates is not a normal operating condition and any expired certificate found must be reported with a check failure</li>
</ul>

Expand All @@ -1079,7 +1079,7 @@ <h2>Reference</h2>
will be the next two months.
</p>
<p>
Relevant documentation guide: <a href="https://www.rabbitmq.com/docs/tls">TLS</a>
Relevant documentation guides: <a href="https://www.rabbitmq.com/docs/tls">TLS</a>, <a href="https://www.rabbitmq.com/docs/clustering-ssl">Encrypted Inter-node Communication</a></li>
</p>
</td>
</tr>
Expand Down

0 comments on commit 7ef0f61

Please sign in to comment.