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
|