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
+22-1Lines changed: 22 additions & 1 deletion
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 both _neo4j.conf_ and _neo4j-admin.conf_.
931
+
. Set the backup SSL configuration in the _neo4j.conf_ file.
932
932
.. Set the backup SSL policy to `true`:
933
933
+
934
934
[source, properties]
@@ -956,6 +956,27 @@ If the certificate is a different path outside of NEO4J_HOME, then set the absol
956
956
dbms.ssl.policy.backup.client_auth=REQUIRE
957
957
----
958
958
959
+
=== Configure the backup client for SSL
960
+
961
+
When using `neo4j-admin backup` command, you need to specify the SSL policy to be used by the backup client.
962
+
You can do this by setting a matching SSL configuration in the _neo4j.conf_ and _neo4j-admin.conf_ files.
963
+
This is crucial for the backup to work properly.
964
+
For example, if you have set up the backup SSL policy described in section <<ssl-backup-config>>, then you need to set the following in the _neo4j-admin.conf_ file:
Keep in mind that if you are a backup client on a different machine from the Neo4j server, you must also ensure that equivalent SSL certs are installed in both places.
0 commit comments