certificates icon indicating copy to clipboard operation
certificates copied to clipboard

[Bug]: --token can’t be used with --context to start step-ca for the first time in RA mode.

Open tashian opened this issue 3 years ago • 0 comments

Steps to Reproduce

When running

step-ca --token ey.... --issuer-password-file issuer-pw --context ra-quickstart

I get:

could not load context 'ra-quickstart'

Your Environment

  • OS - macOS
  • step-ca Version - 0.22.0

Expected Behavior

I expect the context to be created and the RA to start up

Actual Behavior

could not load context 'ra-quickstart'

Additional Context

When I start the RA without providing a --context, it creates the database inside the current context.

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).

tashian avatar Sep 08 '22 00:09 tashian