Skip to content

Commit c0882f1

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ To adjust paths to cert and encrypted password file, use full paths:
10901090
+
10911091
[source]
10921092
----
1093-
dbms.ssl.policy.bolt.private_key_password=$(base64 -w 0 certificate.crt | openssl aes-256-cbc -a -d -in password.enc -pass stdin)
1093+
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
----
10951095
10961096
==== Using specific cipher

0 commit comments

Comments
 (0)