How to create TLS/SSL Certificate with Cert-Manager Operator on Red Hat OpenShift

Опубликовано: 11 Март 2026
на канале: Bryant Son
8,672
91

Cert-Manager is an open source based 'certificates as a service' for Kubernetes that can generate TLS/SSL certificates for your developers. In this video, learn how you can generate a self-signed Certificate through Cert-Manager Operator on Red Hat OpenShift.

In this video, you will learn about:
1. How to read cert-manager documentation
2. Explore a sample ClusterIssuer file and a sample Certificate file
3. Install Cert-Manager through Operator on Red Hat OpenShift
4. Generate ClusterIssuer that can issue a SelfSigned Certificate
5. Issue a Certificate for a namespace
6. Live demo walking through the process from 1-5