package
1.0.0
Repository: https://github.com/wrcgator/scep.git
Documentation: pkg.go.dev

# Functions

allowRenewal sets the days before expiry which we are allowed to renew (optional).
CAKeyPassword is an optional argument to NewService for specifying the CA private key password.
ChallengePassword is an optional argument to NewService which allows setting a preshared key for SCEP.
ClientValidity sets the validity of signed client certs in days (optional parameter).
DecodeSCEPResponse decodes a SCEP response.
EncodeSCEPRequest encodes a SCEP http request.
NewLoggingService creates adds logging to the SCEP service.
NewService creates a new scep service.
ServiceHandler is an HTTP Handler for a SCEP endpoint.

# Structs

SCEPRequest is a SCEP server request.
SCEPResponse is a SCEP server response.

# Interfaces

Service is the interface for all supported SCEP server operations.

# Type aliases

ServiceOption is a server configuration option.