Updating the TLS certificate and key files - EcoSys - 3.0 - Installation & Upgrade - Hexagon

EcoSys Connect Installation and Configuration (Azure Kubernetes Service)

Language
English
Product
EcoSys
Search by Category
Installation & Upgrade
EcoSys Version
3.0
  1. Rename or remove your expired certificate and key files from the ~/helm/connect/config directory.

  2. Move your new certificate and key files to the ~/helm/connect/config

  3. Re-template the tls-secret Secret and apply it.

    1. Open up a terminal and go to ~/helm/connect directory

    2. Run ls templates > .helmignore

      Your directory appears as follows:

  4. Open up .helmignore and delete the line containing tls-secret.yaml.

  5. Go to the ~/helm/ directory

  6. Run helm template thisArgDoesNotMatter connect | kubectl apply -f -