-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
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. Alternatively, you could change your SSH CA key passwords so that they match the X.509 CA password. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for taking the time to respond to me so quickly. Ok, make sense. I didn't know neither read that... Yesterday I tried without passing I will give it a try as soon as possible. |
Beta Was this translation helpful? Give feedback.
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…