step beta ca admin

Name

step beta ca admin -- create and manage the certificate authority admins

Usage

step beta ca admin <subcommand> [arguments] [global-flags] [subcommand-flags]

Description

step ca admin command group provides facilities for managing the certificate authority admins.

WARNING: The 'beta' prefix is deprecated and will be removed in a future release. Please use 'step ca admin ...' going forwards.

An admin is an entity that manages administrative resources (like authority configuration, provisioner configuration, and other admins) within a certificate authority.

Examples

List the active admins:

$ step beta ca admin list

Add an admin:

$ step beta ca admin add max@smallstep.com my-jwk-provisioner --super

Update an admin:

$ step beta ca admin update max@smallstep.com --super=false

Remove an admin:

$ step beta ca admin remove max@smallstep.com

Commands

NameUsage
listlist all admins in the CA configuration
addadd an admin to the CA configuration
removeremove an admin from the CA configuration
updateupdate an admin