Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler(CACert, CAKey string) *handler
Types ¶
type CrtResponse ¶
type CrtResponse struct {
Crt string `json:"value"`
}
type CsrResponse ¶
type CsrResponse struct {
CrtResponse CrtResponse `json:"certificate-response"`
}
Click to show internal directories.
Click to hide internal directories.