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
Need a way to also keep sync the latest root bundles from step-ca server. A simple idea is that maybe we can use step ca new --exec to execute step ca roots.
Why this is needed
To support step-ca support multiple roots feature.
The text was updated successfully, but these errors were encountered:
Or maybe we can make ca.certs.root_ca.crt of values.yaml can accept multiple pem files.
Currently I faced this error - CA fingerprint: error decoding /home/step/certs/root_ca.crt: contains more than one PEM encoded block.
Looks like autocert want to insert env var - STEP_FINGERPRINT when controller inject renewer sidecar, but I can not find any information that STEP_FINGERPRINT env is must for step ca renew command.
So maybe we can remove related logic for controller ?
What would you like to be added
Need a way to also keep sync the latest root bundles from step-ca server. A simple idea is that maybe we can use
step ca new --exec
to executestep ca roots
.Why this is needed
To support step-ca support multiple roots feature.
The text was updated successfully, but these errors were encountered: