ca.json malformed when initialising the CA with SSH capabilities #764
Unanswered
basilhendroff
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
Hi @basilhendroff, what is the output of |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running step-ca in a FreeBSD jail.
Everything is OK if I initialise the CA
step ca initand then run it as a daemonservice step-ca start, Checking the process log:On the other hand, if I start afresh and include SSH support
step ca init --ssh, starting the service fails. This is what I see in the process log:Note the step path:
When I check
/var/db/step_ca/ca/config/ca.json, I note that the step path hasn't been prefixed to the "template" paths.If I manually adjust the file, I can then start the step-ca service. Is this a known issue, or could this be an issue specific to the FreeBSD port?
Beta Was this translation helpful? Give feedback.
All reactions