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

# Packages

Package api implements a SCEP HTTP server.

# Functions

FromContext returns the current authority from the given context.
MustFromContext returns the current authority from the given context.
New returns a new Authority that implements the SCEP interface.
NewContext adds the given authority to the context.
No description provided by the author

# Structs

Authority is the layer that handles all SCEP interactions.
CertRepMessage is a type of PKIMessage.
FailInfo models a failInfo object consisting of a name/identifier and a failInfoText, the latter of which can be more descriptive and is intended to be read by humans.
No description provided by the author
PKIMessage defines the possible SCEP message types.

# Interfaces

Provisioner is an interface that embeds the provisioner.Interface and adds some SCEP specific functions.
SignAuthority is the interface for a signing authority.

# Type aliases

FailInfoName models the name/value of failInfo.