Skip to content

Problems adding X5C Provisioner #963

Answered by maraino
logopk asked this question in General
Jun 20, 2022 · 2 comments · 5 replies
Discussion options

You must be logged in to vote

Hi @logopk, you're getting a status=404 because your CA is configured to use the ca.json to manage the provisioners. Currently, there're 3 ways to manage those:

  • ca.json (default)
  • local database, the ca.json authority will look like "authority": {"enableAdmin": true"}
  • "linked" database using our free offering on https://smallstep.com/signup, you will control the CA and all the signing but admins and provisioners are stored in our cloud.

step tries to locate the ca.json and if it can't it defaults to the other two options. If you want to continue using the ca.json, you need to go into the server the CA is, run the same command, and then reload the CA (killall -HUP step-ca). You can use the

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by logopk
Comment options

You must be logged in to vote
5 replies
@maraino
Comment options

@logopk
Comment options

@maraino
Comment options

@maraino
Comment options

@logopk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants