-
Notifications
You must be signed in to change notification settings - Fork 166
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
Setup Che in TLS mode with self-signed certificates #1007
Conversation
Signed-off-by: mshaposh <mshaposh@redhat.com>
CC @tolusha |
/cc @mmorhun |
Signed-off-by: Michal Vala <mvala@redhat.com>
* add crc domain Signed-off-by: Michal Vala <mvala@redhat.com> * link to browser import Signed-off-by: Michal Vala <mvala@redhat.com>
* add crc domain Signed-off-by: Michal Vala <mvala@redhat.com> * link to browser import Signed-off-by: Michal Vala <mvala@redhat.com> * added some links to better orientation and minor tweaks Signed-off-by: Michal Vala <mvala@redhat.com>
@mshaposhnik I'm ok with current state. Can we switch PR from draft? |
src/main/pages/che-7/installation-guide/proc_deploy-che-with-self-signed-tls-on-kubernetes.adoc
Outdated
Show resolved
Hide resolved
src/main/pages/che-7/installation-guide/proc_che-usage-with-tls.adoc
Outdated
Show resolved
Hide resolved
src/main/pages/che-7/installation-guide/proc_gerenating-self-signed-certificates.adoc
Outdated
Show resolved
Hide resolved
* add crc domain Signed-off-by: Michal Vala <mvala@redhat.com> * link to browser import Signed-off-by: Michal Vala <mvala@redhat.com> * added some links to better orientation and minor tweaks Signed-off-by: Michal Vala <mvala@redhat.com> * added OSX example Signed-off-by: Michal Vala <mvala@redhat.com> * system-wide note Signed-off-by: Michal Vala <mvala@redhat.com>
* add crc domain Signed-off-by: Michal Vala <mvala@redhat.com> * link to browser import Signed-off-by: Michal Vala <mvala@redhat.com> * added some links to better orientation and minor tweaks Signed-off-by: Michal Vala <mvala@redhat.com> * added OSX example Signed-off-by: Michal Vala <mvala@redhat.com> * system-wide note Signed-off-by: Michal Vala <mvala@redhat.com> * Revert "system-wide note" This reverts commit 00ed96c.
Signed-off-by: Michal Vala <mvala@redhat.com>
* add crc domain Signed-off-by: Michal Vala <mvala@redhat.com> * link to browser import Signed-off-by: Michal Vala <mvala@redhat.com> * added some links to better orientation and minor tweaks Signed-off-by: Michal Vala <mvala@redhat.com> * added OSX example Signed-off-by: Michal Vala <mvala@redhat.com> * system-wide note Signed-off-by: Michal Vala <mvala@redhat.com> * Revert "system-wide note" This reverts commit 00ed96c. * revert system-wide note Signed-off-by: Michal Vala <mvala@redhat.com> * OSX rootCA import Signed-off-by: Michal Vala <mvala@redhat.com>
src/main/pages/che-7/installation-guide/proc_gerenating-self-signed-certificates.adoc
Outdated
Show resolved
Hide resolved
* sha256 Signed-off-by: Michal Vala <mvala@redhat.com>
* update docs for crc * update navigation Signed-off-by: Michal Vala <mvala@redhat.com>
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.
LGTM
...es/che-7/installation-guide/assembly_setup-che-in-tls-mode-with-self-signed-certificate.adoc
Outdated
Show resolved
Hide resolved
* add keywords to tls docs Signed-off-by: Michal Vala <mvala@redhat.com>
@rkratky asked me about @sparkoo for TLS docs https://github.com/eclipse/che/wiki this is imho not the right place, there is basically nothing technical about development. Another candidate is this https://github.com/eclipse/che/blob/master/CONTRIBUTING.md also this Contributor guide on che-docs https://github.com/eclipse/che-docs/tree/master/src/main/pages/che-7/contributor-guide @tolusha For me it is part of installation guide |
It would be nice to have a place where we can share knowledge about development (setup, deploy, build, test, debug, various tips etc.) without any formal ceremonies like reviews. Pure informal knowledge base. For now, I'm +1 for Contributor guide in che-docs https://github.com/eclipse/che-docs/tree/master/src/main/pages/che-7/contributor-guide |
One good point for the Contribution guide is: it is not used downstream. We will end up having documents explaining how to install Che in: Overview > Che quick-starts, Installation guide, and Contribution guide, but I believe it is quite OK as each user story has specific requirements. I wonder if some parts could be reused. |
@themr0c I've moved the doc under the contributor's guide. Any other comment? |
What does this PR do?
Documenting how to setup Che with TLS with self-signed certificate for development.
What issues does this PR fix or reference?
eclipse-che/che#15301