Move a stand-alone certificate server to a helm chart/k8s server #629
Unanswered
ThomasADavis
asked this question in
Q&A
Replies: 1 comment 1 reply
-
well, I figured it out.. the helm chart values inject example appears to be out of date.. the ec private key ssh secrets work as-is; you simply drop the raw, non-base64 encoded certs/secrets in place and base64 encode the password. Had to copy over the bits of the old ca.json bits to make it work. using y without quotes doesn't work for some reason.. had to quote it.. ie 'y'. and now I can move the CA server to the new cluster. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I currently have a working certificate server, doing ssh certs.
I'd like to move this server into a helm chart based server, without having to re-deploy all the ssh certs on the client hosts.
We currently renew the host ssh certs by generating all new ssh host certs, and replacing the current ssh host cert. This is to force end users to properly configure their SSH clients, and to make our security people happy.
Can I just take the current ssh secrets, and drop them into the helm chart inject portion as-is, along with the password (which I'd like to figure out some other way to inject, like using the Onepassword Connect server.) The SSH secrets are not in the format the helm chart asks for them to be in.. ie:
and they are in:
Beta Was this translation helpful? Give feedback.
All reactions