Skip to content
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

Update the documentation about importing external certificates #1598

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
. Save the certificates you need to import, to a local file system.
+
[CAUTION]
====
* Certificate files are typically stored as Base64 ASCII files, such as `.pem`, `.crt`, `.ca-bundle`. But, they can also be binary-encoded, for example, as `.cer` files. All Secrets that hold certificate files should use the Base64 ASCII certificate rather than the binary-encoded certificate.
* {prod-short} already uses some reserved file names to automatically inject certificates into the ConfigMap, so you should avoid using the following reserved file names to save your certificates:
** `ca-bundle.crt`
** `ca.crt`
====
2 changes: 1 addition & 1 deletion modules/installation-guide/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
** xref:deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc[]
** xref:installing-che-using-storage-classes.adoc[]
** xref:configuring-storage-types.adoc[]
** xref:importing-tls-certificates-to-che-server-java-truststore.adoc[]
** xref:importing-untrusted-tls-certificates.adoc[]
** xref:switching-between-external-and-internal-communication.adoc[]

* xref:upgrading-che.adoc[]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[id="importing-untrusted-tls-certificates"]
// = Importing untrusted TLS certificates
:navtitle: Importing untrusted TLS certificates to {prod-short}
:keywords: installation-guide, tls, certificate
:page-aliases: .:importing-untrusted-tls-certificates

include::partial$proc_importing-untrusted-tls-certificates.adoc[]
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The next sections describe some specific user stories.

* xref:configuring-storage-types.adoc[]

* xref:importing-tls-certificates-to-che-server-java-truststore.adoc[]
* xref:importing-untrusted-tls-certificates.adoc[]

* xref:switching-between-external-and-internal-communication.adoc[]

Expand Down

This file was deleted.

Loading