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-fips-compatibility.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
Federal Information Processing Standards (FIPS) 140 is a U.S. government standard established by the National Institute of Standards and Technology (NIST) which is used to accredit cryptographic modules such as those used in TLS network encryption.
8
8
While FIPS 140 compliance is primarily required for federal agencies and their contractors, it also is used in the healthcare sector under regulations like the Health Insurance Portability and Accountability Act (HIPAA) to protect patient data.
9
9
10
-
This is a guide to help configure Neo4j to use TLS / SSL encryption in a FIPS-compatible way.
10
+
This guide helps configure Neo4j to use TLS/SSL encryption in a FIPS-compliant way.
11
11
It is supplementary to the xref:security/ssl-framework.adoc[] documentation, as many of the configuration processes and requirements are the same.
12
12
13
13
@@ -33,7 +33,7 @@ The Debian based Neo4j Docker image does *not* support FIPS compatible encryptio
33
33
To enable the OpenSSL FIPS provider, set the environment variable `NEO4J_OPENSSL_FIPS_ENABLE=true` when starting the container.
34
34
35
35
[source, console, subs="attributes"]
36
-
.Example starting a Neo4j UBI9 container with FIPS enable flag set.
36
+
.Example of starting a Neo4j UBI9 container with FIPS enable flag set.
37
37
----
38
38
docker run -it --rm \
39
39
--publish=7474:7474 \
@@ -64,7 +64,7 @@ The dynamically linked library requires the following dependencies to be install
64
64
* Apache Portable Runtime Library
65
65
* A FIPS certified version of OpenSSL, with a FIPS provider installed and set as default.
66
66
67
-
Refer to https://netty.io/wiki/forked-tomcat-native.html/[Forked Tomcat Native] for more information.
67
+
Refer to https://netty.io/wiki/forked-tomcat-native.html[Forked Tomcat Native] for more information.
0 commit comments