From 8b934455843c0c2ada2f979d6a026a24bcff5475 Mon Sep 17 00:00:00 2001 From: deerskindoll Date: Mon, 11 Mar 2024 14:30:06 +0100 Subject: [PATCH 1/3] remove redirection (issue #22831) --- ...port-for-git-repositories-with-self-signed-certificates.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/administration-guide/pages/deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc b/modules/administration-guide/pages/deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc index a01862b6fa..6597a0372c 100644 --- a/modules/administration-guide/pages/deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc +++ b/modules/administration-guide/pages/deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc @@ -26,7 +26,7 @@ $ {orch-cli} create configmap che-git-self-signed-cert \ --from-literal=githost=____ -n {prod-namespace} <2> ---- <1> Path to the self-signed certificate. -<2> Optional parameter to specify the Git server URL e.g. `https://git.example.com:8443`. When omitted, the self-signed certificate is used for all repositories over HTTPS. +<2> Optional parameter to specify the Git server URL e.g. pass: c,a,q`[https://git.example.com:8443`]. When omitted, the self-signed certificate is used for all repositories over HTTPS. + [NOTE] ==== From 57856d7ddd3f6088a51c2c2b966a1e9078e5a4e3 Mon Sep 17 00:00:00 2001 From: Jana Vrbkova Date: Mon, 11 Mar 2024 14:41:25 +0100 Subject: [PATCH 2/3] Update deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc --- ...port-for-git-repositories-with-self-signed-certificates.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/administration-guide/pages/deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc b/modules/administration-guide/pages/deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc index 6597a0372c..628b626b21 100644 --- a/modules/administration-guide/pages/deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc +++ b/modules/administration-guide/pages/deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc @@ -26,7 +26,7 @@ $ {orch-cli} create configmap che-git-self-signed-cert \ --from-literal=githost=____ -n {prod-namespace} <2> ---- <1> Path to the self-signed certificate. -<2> Optional parameter to specify the Git server URL e.g. pass: c,a,q`[https://git.example.com:8443`]. When omitted, the self-signed certificate is used for all repositories over HTTPS. +<2> Optional parameter to specify the Git server URL e.g. pass:c,a,q`[https://git.example.com:8443`]. When omitted, the self-signed certificate is used for all repositories over HTTPS. + [NOTE] ==== From f3a95e11bb8defbb5f9cd9f1a322d84ccf8761b2 Mon Sep 17 00:00:00 2001 From: Jana Vrbkova Date: Mon, 11 Mar 2024 14:49:21 +0100 Subject: [PATCH 3/3] Update deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc --- ...port-for-git-repositories-with-self-signed-certificates.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/administration-guide/pages/deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc b/modules/administration-guide/pages/deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc index 628b626b21..4a3babbcfa 100644 --- a/modules/administration-guide/pages/deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc +++ b/modules/administration-guide/pages/deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc @@ -26,7 +26,7 @@ $ {orch-cli} create configmap che-git-self-signed-cert \ --from-literal=githost=____ -n {prod-namespace} <2> ---- <1> Path to the self-signed certificate. -<2> Optional parameter to specify the Git server URL e.g. pass:c,a,q`[https://git.example.com:8443`]. When omitted, the self-signed certificate is used for all repositories over HTTPS. +<2> Optional parameter to specify the Git server URL e.g. `pass:c,a,q[https://git.example.com:8443]`. When omitted, the self-signed certificate is used for all repositories over HTTPS. + [NOTE] ====