Articles in this section
Category / Section

How to update SSL certificate in Kubernetes secret of Bold BI site?

Published:

Prerequisites

  • AWS-CLI

Steps to update SSL certificate in the Kubernetes secret of Bold BI site

Please follow the steps to update the SSL certificate in the Kubernetes secret of the Bold BI site.

  1. Follow the steps below to connect your Kubernetes cluster.

    • Click the AWS command in the Linux terminal or Windows command prompt.

      sudo systemctl daemon-reload 
      
    • Please enter the AWS Access Key ID, AWS Secret Access Key, Default region name, and Default output format.

      update-the-ssl-certificate-in-the-kubernetes.pngUpdate The SSL Certificate In The Kubernetes

    • Update kubeconfig using the following example.

         ```html
        aws eks --region <region-name> update-kubeconfig --name <cluster-name> 
         ```
      
    • Now you have successfully connected to your EKS cluster.

  2. Delete the existing boldbi-tls secret in the Bold BI namespace where the Bold BI site was deployed.

      ```html
     kubectl delete secret boldbi-tls -n boldbi --ignore-not-found 
      ```
    
  3. Create a new boldbi-tls secret using the certificate and private key file shown below.

      ```html
     kubectl create secret tls boldbi-tls -n boldbi --key <private-key-path> --cert <certificate-path> 
      ```
    
  4. Once you have created a new secret, the site SSL issue will be resolved.

Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
NG
Written by Nisanth Gunasekaran
Updated:
Comments (0)
Please  to leave a comment
Access denied
Access denied