Skip to content

Commit

Permalink
Deploying to main from @ abf57c7f79eb658d876a91898f1d3a276a932ec0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Feb 6, 2025
1 parent 5eaafd4 commit abf1cde
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
20 changes: 20 additions & 0 deletions nightly/server/all-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -1670,6 +1670,26 @@ <h2 id="category-management">Management</h2>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="options-key"><code>https-management-certificates-reload-period</code></span></p>
</div>
<div class="paragraph">
<p><span class="options-description">Interval on which to reload key store, trust store, and certificate files referenced by https-management-* options for the management server.</span></p>
</div>
<div id="option-extended-https-management-certificates-reload-period" class="openblock options-extended">
<div class="content">
<div class="paragraph">
<p><span class="options-description-extended">May be a java.time.Duration value, an integer number of seconds, or an integer followed by one of [ms, h, m, s, d]. Must be greater than 30 seconds. Use -1 to disable. If not given, the value is inherited from HTTP options. Relevant only when something is exposed on the management interface - see the guide for details.</span></p>
</div>
<div class="paragraph">
<p><strong>CLI:</strong> <code>--https-management-certificates-reload-period</code><br>
<strong>Env:</strong> <code>KC_HTTPS_MANAGEMENT_CERTIFICATES_RELOAD_PERIOD</code></p>
</div>
</div>
</div></div></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="options-default"><code>1h</code></span> (default)</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="options-key"><code>https-management-client-auth</code></span> <span class="none"><span class="icon options-build"><i class="fa fa-tools"></i></span></span></p>
</div>
<div class="paragraph">
Expand Down
20 changes: 20 additions & 0 deletions nightly/server/enabletls.html
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,26 @@ <h3 id="_management_server">Management server</h3>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="options-key"><code>https-management-certificates-reload-period</code></span></p>
</div>
<div class="paragraph">
<p><span class="options-description">Interval on which to reload key store, trust store, and certificate files referenced by https-management-* options for the management server.</span></p>
</div>
<div class="openblock options-extended">
<div class="content">
<div class="paragraph">
<p><span class="options-description-extended">May be a java.time.Duration value, an integer number of seconds, or an integer followed by one of [ms, h, m, s, d]. Must be greater than 30 seconds. Use -1 to disable. If not given, the value is inherited from HTTP options. Relevant only when something is exposed on the management interface - see the guide for details.</span></p>
</div>
<div class="paragraph">
<p><strong>CLI:</strong> <code>--https-management-certificates-reload-period</code><br>
<strong>Env:</strong> <code>KC_HTTPS_MANAGEMENT_CERTIFICATES_RELOAD_PERIOD</code></p>
</div>
</div>
</div></div></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="options-default"><code>1h</code></span> (default)</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="options-key"><code>https-management-key-store-file</code></span></p>
</div>
<div class="paragraph">
Expand Down
20 changes: 20 additions & 0 deletions nightly/server/management-interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,26 @@ <h2 id="_relevant_options">Relevant options</h2>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="options-key"><code>https-management-certificates-reload-period</code></span></p>
</div>
<div class="paragraph">
<p><span class="options-description">Interval on which to reload key store, trust store, and certificate files referenced by https-management-* options for the management server.</span></p>
</div>
<div class="openblock options-extended">
<div class="content">
<div class="paragraph">
<p><span class="options-description-extended">May be a java.time.Duration value, an integer number of seconds, or an integer followed by one of [ms, h, m, s, d]. Must be greater than 30 seconds. Use -1 to disable. If not given, the value is inherited from HTTP options. Relevant only when something is exposed on the management interface - see the guide for details.</span></p>
</div>
<div class="paragraph">
<p><strong>CLI:</strong> <code>--https-management-certificates-reload-period</code><br>
<strong>Env:</strong> <code>KC_HTTPS_MANAGEMENT_CERTIFICATES_RELOAD_PERIOD</code></p>
</div>
</div>
</div></div></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="options-default"><code>1h</code></span> (default)</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="options-key"><code>https-management-client-auth</code></span> <span class="none"><span class="icon options-build"><i class="fa fa-tools"></i></span></span></p>
</div>
<div class="paragraph">
Expand Down

0 comments on commit abf1cde

Please sign in to comment.