package
0.28.2
Repository: https://github.com/smallstep/cli.git
Documentation: pkg.go.dev

# Functions

CreateAttestor creates an attestor that will use `step-kms-plugin` with the given kms and name.
CreateSigner reads a key from a file with a given name or creates a signer with the given kms and name uri.
IsKMSSigner returns true if the given signer uses the step-kms-plugin signer.
IsX509Signer returns true if the given signer is supported by Go's crypto/x509 package to sign X509 certificates.
LoadCertificate returns a x509.Certificate from a kms or file.
LoadJSONWebKey returns a jose.JSONWebKey from a KMS or a file.
No description provided by the author

# Interfaces

Attestor is the interface implemented by step-kms-plugin using the key, sign, and attest commands.