ChrisSamo632 commented on code in PR #7879:
URL: https://github.com/apache/nifi/pull/7879#discussion_r1364231002


##########
nifi-registry/nifi-registry-core/nifi-registry-web-api/src/test/resources/keys/README.md:
##########
@@ -72,20 +72,10 @@ WD="/tmp/test-keys-$(date +"%Y%m%d-%H%M%S")"
 mkdir "$WD"
 cd "$WD"
 
-# copy existing CA key/cert pair to working directory, rename to default 
tls-toolkit names
+# copy existing CA key/cert pair to working directory, rename to default names
 cp 
/path/to/nifi-registry/nifi-registry-core/nifi-registry-web-api/src/test/resources/keys/ca-key.pem
 ./nifi-key.key
 cp 
/path/to/nifi-registry/nifi-registry-core/nifi-registry-web-api/src/test/resources/keys/ca-cert.pem
 ./nifi-cert.pem
 

Review Comment:
   To be in keeping with other links within the NiFi docs, I'd suggest using 
Markdown link notation, e.g. `for more info, see the [walkthrough for securing 
NiFi with 
mTLS](https://nifi.apache.org/docs/nifi-docs/html/walkthroughs.html#securing-nifi-with-mtls)`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to