greyp9 commented on code in PR #7879: URL: https://github.com/apache/nifi/pull/7879#discussion_r1362822241
########## 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: We could point them at this walkthrough (link to target documentation?): https://github.com/apache/nifi/blob/main/nifi-docs/src/main/asciidoc/walkthroughs.adoc#securing-nifi-with-mtls ... which will be homed here: https://nifi.apache.org/docs/nifi-docs/html/walkthroughs.html#securing-nifi-with-mtls Something like: ``` place new keystores / truststores (for more info, see: https://github.com/apache/nifi/blob/main/nifi-docs/src/main/asciidoc/walkthroughs.adoc#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]
