Fix runaway formatting
Closes #33585 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
d8c8c6a0be
commit
7b85fc3319
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ To also allow TLSv1.2, use a command such as the following: `kc.sh start --https
|
|||
|
||||
== Certificate and Key Reloading
|
||||
|
||||
By default {project_name} will reload the certificates, keys, and keystores specified in `https-*` options every hour. For environments where your server keys may need frequent rotation, this allows that to happen without a server restart. You may override the default via the `https-certificates-reload-period` option. Interval on which to reload key store, trust store, and certificate files referenced by https-* options.
|
||||
The value may be a java.time.Duration value, an integer number of seconds, or an integer followed by one of the time units [ms, h, m, s, d]. Must be greater than 30 seconds. Use -1 to disable.
|
||||
By default {project_name} will reload the certificates, keys, and keystores specified in `+https-*+` options every hour. For environments where your server keys may need frequent rotation, this allows that to happen without a server restart. You may override the default via the `https-certificates-reload-period` option. Interval on which to reload key store, trust store, and certificate files referenced by `+https-*+` options.
|
||||
The value may be a java.time.Duration value, an integer number of seconds, or an integer followed by one of the time units [`ms`, `h`, `m`, `s`, `d`]. Must be greater than 30 seconds. Use `-1` to disable.
|
||||
|
||||
</@tmpl.guide>
|
||||
|
|
Loading…
Reference in a new issue