Skip to content

No way to get dockerized step-ca up and running after issuing new CA authority #2003

Answered by tashian
BHuck74 asked this question in Q&A
Discussion options

You must be logged in to vote

When putting the intermediate CA password in /home/step/secrets/password as stated somewhere, then the error changes:
error decrypting /home/step/secrets/ssh_host_ca_key: x509: decryption password incorrect

That's great. You were able to decrypt the intermediate CA with the password file. But, now, the SSH CA is not decrypting.

By default, when you initialize a PKI and create an SSH CAs, it will use the same encryption password for both the X.509 intermediate CA key and the SSH CA keys.

In your case, you have a situation where the intermediate CA and SSH CA key passwords differ.

To fix it, you'll need another password file that contains the password for your SSH CA keys.
Create that fil…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by BHuck74
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants