Documentation ¶
Index ¶
Constants ¶
View Source
const RequestBodySizeLimit = 8192
RequestBodySizeLimit is the maximum request body size
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateCertRequest ¶
type CreateCertRequest struct { PublicKey sshcert.RawPublicKey `json:"publicKey"` Token string `json:"token"` }
CreateCertRequest asks for a signed cert
type CreateCertResponse ¶
type CreateCertResponse struct {
Certificate sshcert.RawCertificate `json:"certificate"`
}
CreateCertResponse is response from a CreateCert request
Click to show internal directories.
Click to hide internal directories.