step-ca
step-ca
step-ca
in a Docker containerstep-ca
step-ca
step-ca
in a Docker containerstep context
step context -- manage certificate authority contexts
step context [global-flags] <subcommand> [arguments] [subcommand-flags]
step context command group provides facilities to manage certificate authority contexts.
$ cat $(step path --base)/contexts.json
{
"alpha-one": {
"authority": "alpha-one.ca.smallstep.com",
"profile": "alpha-one"
},
"alpha-two": {
"authority": "alpha-two.ca.smallstep.com",
"profile": "alpha-two"
},
"beta": {
"authority": "beta.ca.smallstep.com",
"profile": "beta"
}
}
Select the default certificate authority context:
$ step context select alpha-one
List the available certificate authority contexts:
$ step context list
▶ alpha-one
alpha-two
beta
Unsubscribe anytime. See our privacy policy.
© 2023 Smallstep Labs, Inc. All rights reserved.