step-ca
step-ca
step-ca
in a Docker containerstep-ca
step-ca
step-ca
in a Docker containerstep beta ca admin list
step beta ca admin list -- list all admins in the CA configuration
step beta ca admin list [--super] [--provisioner=<name>]
[--admin-cert=<file>] [--admin-key=<file>] [--admin-provisioner=<name>]
[--admin-subject=<subject>] [--password-file=<file>] [--ca-url=<uri>]
[--root=<file>] [--context=<name>]
step beta ca admin list lists all admins in the CA configuration.
WARNING: The 'beta' prefix is deprecated and will be removed in a future release. Please use 'step ca admin ...' going forwards.
--super Only return super-admins.
--provisioner=name
The provisioner name
by which to filter admins.
--admin-cert=chain
Admin certificate (chain
) in PEM format to store in the 'x5c' header of a JWT.
--admin-key=file
Private key file
, used to sign a JWT, corresponding to the admin certificate that will
be stored in the 'x5c' header.
--admin-provisioner=name
, --admin-issuer=name
The provisioner name
to use for generating admin credentials.
--admin-subject=subject
, --admin-name=subject
The admin subject
to use for generating admin credentials.
--password-file=file
The path to the file
containing the password to encrypt or decrypt the private key.
--ca-url=URI
URI
of the targeted Step Certificate Authority.
--root=file
The path to the PEM file
used as the root certificate authority.
--context=name
The context name
to apply for the given command.
List all admins:
$ step beta ca admin list
List only super-admins:
$ step beta ca admin list --super
List only admins without super-admin privileges:
$ step beta ca admin list --super=false
List all admins associated with a given provisioner:
$ step beta ca admin list --provisioner admin-jwk
List only super-admins associated with a given provisioner:
$ step beta ca admin list --super --provisioner admin-jwk
Unsubscribe anytime. See our privacy policy.
© 2023 Smallstep Labs, Inc. All rights reserved.