From abf1cde473024431b6eed53fde5862d78cf41f58 Mon Sep 17 00:00:00 2001 From: stianst Date: Thu, 6 Feb 2025 02:26:42 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20main=20from=20=20@=20abf57c7f7?= =?UTF-8?q?9eb658d876a91898f1d3a276a932ec0=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nightly/server/all-config.html | 20 ++++++++++++++++++++ nightly/server/enabletls.html | 20 ++++++++++++++++++++ nightly/server/management-interface.html | 20 ++++++++++++++++++++ 3 files changed, 60 insertions(+) diff --git a/nightly/server/all-config.html b/nightly/server/all-config.html index 59b18c5f7b7..edde3d3c255 100644 --- a/nightly/server/all-config.html +++ b/nightly/server/all-config.html @@ -1670,6 +1670,26 @@

Management

+

https-management-certificates-reload-period

+
+
+

Interval on which to reload key store, trust store, and certificate files referenced by https-management-* options for the management server.

+
+
+
+
+

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.

+
+
+

CLI: --https-management-certificates-reload-period
+Env: KC_HTTPS_MANAGEMENT_CERTIFICATES_RELOAD_PERIOD

+
+
+
+

1h (default)

+ + +

https-management-client-auth

diff --git a/nightly/server/enabletls.html b/nightly/server/enabletls.html index bb3411a4be1..4571f7c471c 100644 --- a/nightly/server/enabletls.html +++ b/nightly/server/enabletls.html @@ -463,6 +463,26 @@

Management server

+

https-management-certificates-reload-period

+
+
+

Interval on which to reload key store, trust store, and certificate files referenced by https-management-* options for the management server.

+
+
+
+
+

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.

+
+
+

CLI: --https-management-certificates-reload-period
+Env: KC_HTTPS_MANAGEMENT_CERTIFICATES_RELOAD_PERIOD

+
+
+
+

1h (default)

+ + +

https-management-key-store-file

diff --git a/nightly/server/management-interface.html b/nightly/server/management-interface.html index 42a983e215b..6d6d78d7171 100644 --- a/nightly/server/management-interface.html +++ b/nightly/server/management-interface.html @@ -279,6 +279,26 @@

Relevant options

+

https-management-certificates-reload-period

+
+
+

Interval on which to reload key store, trust store, and certificate files referenced by https-management-* options for the management server.

+
+
+
+
+

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.

+
+
+

CLI: --https-management-certificates-reload-period
+Env: KC_HTTPS_MANAGEMENT_CERTIFICATES_RELOAD_PERIOD

+
+
+
+

1h (default)

+ + +

https-management-client-auth