Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JsonRevokeRequest ¶
type JsonRevokeRequest struct { Serial string `json:"serial"` AKI string `json:"authority_key_id"` // See https://www.rfc-editor.org/rfc/rfc5280#section-5.3.1 Use written out code, e.g. "superseded". Reason string `json:"reason"` }
type RevokeWebhookBody ¶
type RevokeWebhookBody struct {
Username string `json:"username"`
}
Click to show internal directories.
Click to hide internal directories.