step ca admin
step ca admin -- create and manage the certificate authority admins
step ca admin <subcommand> [arguments] [global-flags] [subcommand-flags]
step ca admin command group provides facilities for managing the certificate authority admins.
An admin is an entity that manages administrative resources (like authority configuration, provisioner configuration, and other admins) within a certificate authority.
List the active admins:
$ step ca admin list
Add an admin:
$ step ca admin add max@smallstep.com my-jwk-provisioner --super
Update an admin:
$ step ca admin update max@smallstep.com --super=false
Remove an admin:
$ step ca admin remove max@smallstep.com