Skip to content

Commit e4caea1

Browse files
committed
review feedback
1 parent 491e25b commit e4caea1

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

modules/ROOT/pages/procedures.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,16 @@ For more information, see xref:authentication-authorization/index.adoc[Authentic
7474
| *Mode* 3+| DBMS
7575
|===
7676

77+
[procedure_dbms_security_reload_tls]]
78+
=== dbms.security.reloadTLS()
79+
80+
81+
.Details
82+
|===
83+
| *Syntax* 3+m| dbms.security.reloadTLS()
84+
| *Description* 3+a| Trigger the dynamic reloading of all TLS certificates and configuration.
85+
| *Mode* 3+| DBMS
86+
|===
7787

7888
[[procedure_dbms_showcurrentuser]]
7989
=== dbms.showCurrentUser()

modules/ROOT/pages/security/ssl-framework.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ It is best to do this when the cluster is deployed as changing this configuratio
11251125
11261126
[source, properties]
11271127
----
1128-
dbms.security.tls_reload=true (default is false)
1128+
dbms.security.tls_reload_enabled=true (default is false)
11291129
----
11301130
11311131
. Replace old certificates either by overwriting on the filesystem or by copying them to a new location and updating the required SSL configuration for each effected scope.
@@ -1138,7 +1138,7 @@ New certificates need to be copied to all cluster members as required.
11381138
11391139
[source]
11401140
----
1141-
dbms.reloadTLSCertificates()
1141+
dbms.security.reloadTLS()
11421142
----
11431143
11441144
. New settings will take effect immediately, however existing connections will not be pre-emptively terminated.

0 commit comments

Comments
 (0)