Configuring trusted certificates in DevOps Loop
You can configure DevOps Loop to use private CA and self-signed certificates by creating or updating a Kubernetes secret with a PEM certificate bundle.
Before you begin
You must have completed the following tasks:
- Ensured that you have the administrator privileges to the Kubernetes namespace where DevOps Loop will be installed.
- Ensured that the private CA is available in a PEM format
(
.pem).
mycacrt.pem is used
as a sample PEM file name for a private CA or combined certificate bundle. You must
replace mycacrt.pem with the actual name and path of your PEM
file.Procedure
| Scenario | Action | Notes |
|---|---|---|
| No certificate provided (auto-generate self-signed) | Perform the following steps:
|
No manual secret creation is required. The certificate is generated automatically. |
| Using a private CA certificate bundle | Perform the following steps:
|
Used when internal services are signed by a
private CA. The ca.crt key is
mandatory. |
| Updating an existing CA or self-signed certificate | Perform the following steps:
|
Results
What to do next
You must run the DevOps Loop installation script. See Installation of DevOps Loop.
