Skip to content

Commit a345196

Browse files
committed
more minor edits to ssl docs
1 parent 91fb103 commit a345196

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/security/ssl-fips-compatibility.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
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.
88
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.
99

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.
1111
It is supplementary to the xref:security/ssl-framework.adoc[] documentation, as many of the configuration processes and requirements are the same.
1212

1313

@@ -33,7 +33,7 @@ The Debian based Neo4j Docker image does *not* support FIPS compatible encryptio
3333
To enable the OpenSSL FIPS provider, set the environment variable `NEO4J_OPENSSL_FIPS_ENABLE=true` when starting the container.
3434

3535
[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.
3737
----
3838
docker run -it --rm \
3939
--publish=7474:7474 \
@@ -64,7 +64,7 @@ The dynamically linked library requires the following dependencies to be install
6464
* Apache Portable Runtime Library
6565
* A FIPS certified version of OpenSSL, with a FIPS provider installed and set as default.
6666

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.
6868

6969

7070
[NOTE]

0 commit comments

Comments
 (0)