MCPcopy
hub / github.com/smallstep/cli / Sign

Method Sign

utils/cautils/client.go:30–30  ·  view source on GitHub ↗
(req *api.SignRequest)

Source from the content-addressed store, hash-verified

28// certificates among other things.
29type CaClient interface {
30 Sign(req *api.SignRequest) (*api.SignResponse, error)
31 Renew(tr http.RoundTripper) (*api.SignResponse, error)
32 RenewWithToken(ott string) (*api.SignResponse, error)
33 Revoke(req *api.RevokeRequest, tr http.RoundTripper) (*api.RevokeResponse, error)

Callers 13

SignMethod · 0.65
NewAdminClientFunction · 0.65
doDeviceAttestationFunction · 0.65
signActionFunction · 0.65
signSignActionFunction · 0.65
signActionFunction · 0.65
mustNebulaCurve25519CAFunction · 0.65
mustNebulaCurve25519CAFunction · 0.65
mustNebulaP256CAFunction · 0.65
mustNebulaCurve25519CertFunction · 0.65
mustNebulaP256CertFunction · 0.65

Implementers 1

OfflineCAutils/cautils/offline.go

Calls

no outgoing calls

Tested by 6

mustNebulaCurve25519CAFunction · 0.52
mustNebulaCurve25519CAFunction · 0.52
mustNebulaP256CAFunction · 0.52
mustNebulaCurve25519CertFunction · 0.52
mustNebulaP256CertFunction · 0.52