You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we are using genCA and genSigneCert helm template functions to bootstrap the initial certificates, we need to use the same settings as helm to re-generate the certificates during the rotation process.
fabriziosestito
changed the title
use same certificate generation settings as helm (see: https://github.com/Masterminds/sprig/blob/master/crypto.go, sprig is the library used by helm to add genCA and genSignedCert to the templates)
use same certificate generation settings as helm template functions
Sep 2, 2024
As we are using
genCA
andgenSigneCert
helm template functions to bootstrap the initial certificates, we need to use the same settings as helm to re-generate the certificates during the rotation process.Helm uses sprig to expose the certificate generation template functions.
We will need to use the same settings as sprig, see: https://github.com/Masterminds/sprig/blob/master/crypto.go
The text was updated successfully, but these errors were encountered: