step-ca
step-ca
step-ca
in a Docker containerstep-ca
step-ca
step-ca
in a Docker containerstep ca provisioner webhook
step ca provisioner webhook -- create and manage webhooks for a provisioner
step ca provisioner webhook <subcommand> [arguments] [global-flags] [subcommand-flags]
step ca provisioner webhook command group provides facilities for managing the webhooks attached to a provisioner
Administrators can attach webhooks to provisioners to retrieve additional data that will be available when rendering certificate templates. Webhooks can also be used to disallow signing certificates for unknown entities.
Any data returned from the webhook server will be added to the template context under the path "Webhooks.name
".
Implementations of webhook servers must conform to the step-ca documentation at https://smallstep.com/docs/step-ca/templates for parsing and verifying request bodies and forming valid response bodies.
Add a new webhook to a provisioner:
step ca provisioner webhook add my_provisioner my_webhook --url https://example.com
Change a webhook's url:
step ca provisioner webhook update my_provisioner my_webhook --url https://example.com
Remove a webhook:
step ca provisioner webhook remove my_provisioner my_webhook
Unsubscribe anytime. See our privacy policy.
© 2023 Smallstep Labs, Inc. All rights reserved.