Skip to content

Commit 6dc494e

Browse files
committed
Apply suggestion from @renetapopova
1 parent c0882f1 commit 6dc494e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,8 @@ To adjust paths to cert and encrypted password file, use full paths:
10921092
----
10931093
dbms.ssl.policy.bolt.private_key_password=$(bash -lc 'base64 -w 0 /path/to/certificate.crt | openssl aes-256-cbc -a -d -in /path/to/password.enc -pass stdin'
10941094
----
1095-
1095+
+
1096+
This example uses `bolt` in `dbms.ssl.policy.bolt.private_key_password`, but depending on what you are trying to do, it can be any of `bolt`, `https`, `cluster`, or `backup`.
10961097
==== Using specific cipher
10971098
10981099
There are cases where Neo4j Enterprise requires the use of specific ciphers for encryptions.

0 commit comments

Comments
 (0)