You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/security/ssl-framework.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -928,7 +928,7 @@ The owner/group should be configured to the user/group that will be running the
928
928
Default user/group is neo4j/neo4j.
929
929
====
930
930
931
-
. Set the backup SSL configuration in _neo4j.conf_.
931
+
. Set the backup SSL configuration in both _neo4j.conf_ and _neo4j-admin.conf_.
932
932
.. Set the backup SSL policy to `true`:
933
933
+
934
934
[source, properties]
@@ -1150,7 +1150,7 @@ This means that while new connections will use new certificates, the existing co
1150
1150
Even if a certificate expires, active connections remain unaffected because the certificates are only used during the initial connection handshake.
1151
1151
1152
1152
. Verify that the intra-cluster communication is still encrypted using external tooling, such as Nmap, described in <<ssl-cluster-config, Configuring SSL for intra-cluster communications>>.
0 commit comments