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

Method Renew

utils/cautils/client.go:31–31  ·  view source on GitHub ↗
(tr http.RoundTripper)

Source from the content-addressed store, hash-verified

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)
34 Rekey(req *api.RekeyRequest, tr http.RoundTripper) (*api.SignResponse, error)

Callers 4

RenewMethod · 0.65
RenewWithTokenMethod · 0.65
renewCertificateActionFunction · 0.65
RenewMethod · 0.65

Implementers 1

OfflineCAutils/cautils/offline.go

Calls

no outgoing calls

Tested by

no test coverage detected