Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  1. Obtain the new certificate chain from your certificate authority (CA) in PEM format.

Hereinafter, the term certificate.pem will be used to denote either a single PEM certificate or the full certificate chain.

  1. Copy the certificate.pem file onto a Linux computer and execute the command:

    cat certificate.pem | base64 -w0 > certificate.base64

  2. Use the contents of the newly created certificate.base64 file to replace the old value of the key crtFullChain in your values.yaml.

    global:
      ...
      cert:
        crtFullChain: "<replace here>"
        key: "<CERT-KEY-BASE64>" # <- do NOT change!

  3. Redeploy with the updated values.yaml.

  4. Check the result in your web browser

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.