-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace java based self-signed certificate generation with OpenSSL #147
Replace java based self-signed certificate generation with OpenSSL #147
Conversation
…n on how to use OpenSSL.
✅ Deploy Preview for priceless-fermi-5883f3 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
This is the first part of my documentation changes. Changes related to "Docker first look" will be in a separate PR. |
modules/ROOT/pages/addition/agent-installation/agent-self-signed-certificates.adoc
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some editorial comments.
Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com>
Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com>
Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com>
…eo4j#147) * Replace java based self-signed certificate generation with instruction on how to use OpenSSL. * describe important parameters of "openssl req" command * update ui-bundle * corrected syntax * Update modules/ROOT/pages/first-look/docker-first-look.adoc Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com> * Update modules/ROOT/pages/first-look/docker-first-look.adoc Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com> * Update modules/ROOT/pages/installation/self-signed-certificate.adoc Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com> --------- Co-authored-by: AlexicaWright <49636617+AlexicaWright@users.noreply.github.com>
#157) Replace java based self-signed certificate generation with OpenSSL (#147) * Replace java based self-signed certificate generation with instruction on how to use OpenSSL. * describe important parameters of "openssl req" command * update ui-bundle * corrected syntax * Update modules/ROOT/pages/first-look/docker-first-look.adoc * Update modules/ROOT/pages/first-look/docker-first-look.adoc * Update modules/ROOT/pages/installation/self-signed-certificate.adoc --------- Co-authored-by: Alexander Bouriakov <alexander.bouriakov@neo4j.com>
…eo4j#147) * Replace java based self-signed certificate generation with instruction on how to use OpenSSL. * describe important parameters of "openssl req" command * update ui-bundle * corrected syntax * Update modules/ROOT/pages/first-look/docker-first-look.adoc Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com> * Update modules/ROOT/pages/first-look/docker-first-look.adoc Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com> * Update modules/ROOT/pages/installation/self-signed-certificate.adoc Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com> --------- Co-authored-by: AlexicaWright <49636617+AlexicaWright@users.noreply.github.com>
#163) Replace java based self-signed certificate generation with OpenSSL (#147) * Replace java based self-signed certificate generation with instruction on how to use OpenSSL. * describe important parameters of "openssl req" command * update ui-bundle * corrected syntax * Update modules/ROOT/pages/first-look/docker-first-look.adoc * Update modules/ROOT/pages/first-look/docker-first-look.adoc * Update modules/ROOT/pages/installation/self-signed-certificate.adoc --------- Co-authored-by: AlexicaWright <49636617+AlexicaWright@users.noreply.github.com>
Replace java based self-signed certificate generation with instructions on how to use OpenSSL.
Certificate generation using the
agent
binary will remain since it does not have security issues.If you open a PR that needs to go into a current version, you need to cherry-pick your commit from dev over to the current version branch. Only then will the proper builds that generate html/pdf be run. But beware: Docs will be generated but not published automatically!