Documentation ¶
Overview ¶
Package cps contains code for exporting Certificate Provisioning System (CPS) configuration
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrFetchingEnrollment is returned when fetching enrollment fails ErrFetchingEnrollment = errors.New("unable to fetch enrollment with given id") // ErrFetchingCertificateHistory is returned when fetching certificate history fails ErrFetchingCertificateHistory = errors.New("unable to fetch certificate history with given id") // ErrUnsupportedEnrollmentType is returned when user try to export OV or EV enrollments ErrUnsupportedEnrollmentType = errors.New("supporting export of dv and third-party enrollments but got") )
Functions ¶
func CmdCreateCPS ¶
func CmdCreateCPS(c *cli.Context) error
CmdCreateCPS is an entrypoint to create-cps command
Types ¶
Click to show internal directories.
Click to hide internal directories.