certificates
certificates copied to clipboard
[Bug]: --token can’t be used with --context to start step-ca for the first time in RA mode.
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-caVersion - 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).