From 63c96b1fab8c80eb5f72ad65c0becc2b493bd474 Mon Sep 17 00:00:00 2001 From: gitlawr Date: Mon, 28 Jan 2019 10:40:45 +0800 Subject: [PATCH] Add instructions for self-signed-cert git integration in Pipeline --- .../en/tools/pipelines/configurations/_index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/rancher/v2.x/en/tools/pipelines/configurations/_index.md b/content/rancher/v2.x/en/tools/pipelines/configurations/_index.md index 675176a311b..6f5a1fdd525 100644 --- a/content/rancher/v2.x/en/tools/pipelines/configurations/_index.md +++ b/content/rancher/v2.x/en/tools/pipelines/configurations/_index.md @@ -81,9 +81,24 @@ Select your provider's tab below and follow the directions. +#### Integrate with self-signed-certificate version control providers + +If you configure your version control providers with a certificate from a custom/internal CA root, the CA root certificates need to be added to Rancher and pipeline build pods. +1. Follow instructions to [use custom CA root certificate]({{< baseurl >}}/rancher/v2.x/en/admin-settings/custom-ca-root-certificate) to set up Rancher. +1. Follow instructions to [configure your version control providers](#1-configuring-version-control-providers). + +1. From the context menu, open the project for which you're configuring a pipeline. + +1. From the main menu, select **Tools > Pipelines**. + +1. Click **Edit cacerts**. + +1. Paste in the CA root certificates and click **Save cacerts**. + +1. Start using pipelines. ### 2. Configuring Pipeline Stages and Steps