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
We are currently using 0.24.4 of step-cli because there's an issue with v0.25.0 that causes the following error when trying to sign an intermediate CA certificate:
error reading <kms_id/alias>: no such file or directory
^ example of command being run: step certificate create --template intermediate.tpl --not-after 876000h --kms 'awskms:region=us-east-1' --ca root_ca.crt --ca-key 'awskms:key-id=alias/<root_ca_kms_alias>' --key 'awskms:key-id=alias/<intermediate_ca_kms_alias>' "Intermediate CA" intermediate_ca.crt
Your Environment
OS - macos 14.0 (23A344)
step CLI Version - v0.25.0
Expected Behavior
output should be Your certificate has been saved in intermediate_ca.crt.
Actual Behavior
error reading <kms_id/alias>: no such file or directory
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
Hi @ianhundere, the problem here is that this version introduced the --ca-kms flag (PR #942) to allow cross-kms signs, and it is required if your CA key is in a KMS.
Steps to Reproduce
We are currently using
0.24.4
of step-cli because there's an issue withv0.25.0
that causes the following error when trying to sign an intermediate CA certificate:^ example of command being run:
step certificate create --template intermediate.tpl --not-after 876000h --kms 'awskms:region=us-east-1' --ca root_ca.crt --ca-key 'awskms:key-id=alias/<root_ca_kms_alias>' --key 'awskms:key-id=alias/<intermediate_ca_kms_alias>' "Intermediate CA" intermediate_ca.crt
Your Environment
step
CLI Version -v0.25.0
Expected Behavior
output should be
Your certificate has been saved in intermediate_ca.crt.
Actual Behavior
Additional Context
intermediate.tpl
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: