Generate certificate using cert-manager for Deepfactor portal

Deepfactor portal needs a certificate to communicate with your applications instrumented with Deepfactor. This certificate can be generated in different ways. The following article will outline the steps needed to generate this certificate using cert-manager.

Add the following section to the override.yaml

ingress:
  hostName: <your_portal_hostname>
  certManager:
    enabled: true
cert-manager:
  enablemodule: true
  installCRDs: true

If you have already installed cert-manager in your K8s cluster, please set enablemodule: false under cert-manager section.

To continue installation of the portal follow the instruction the following article

Install Deepfactor portal using Helm

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.