Skip to content
Discussion options

You must be logged in to vote

Not that env var, no — it won't do anything for you now. All the DOCKER_STEPCA_INIT_* variables only run on a first-time setup: the entrypoint checks whether a ca.json already exists and skips initialisation entirely if it does, printing "there is no ca.json config file; please run step ca init" only in the empty case. Since your CA is already initialised, flipping DOCKER_STEPCA_INIT_REMOTE_MANAGEMENT to false just sets a variable nothing reads. It's the switch that decided enableAdmin: true back when you first created the CA, not a switch you can keep using.

So it's the file, and you're already looking at the right place — it's the same "authority" block you pasted, where "enableAdmin": …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@rhubear25
Comment options

@MLuc24
Comment options

Answer selected by rhubear25
@rhubear25
Comment options

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