model

package
v0.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertificateResult

type CertificateResult struct {
	Certificate string `json:"certificate"`
}

type OCSP

type OCSP struct {
	Certificate string `json:"certificate"`
	Status      string `json:"status"`
}

type ResponseMessage

type ResponseMessage struct {
	Code    int    `json:"code"`
	Message string `json:"message"`
}

type Revocation

type Revocation struct {
	Serial           string `json:"serial"`
	Authority_key_id string `json:"authority_key_id"`
	Reason           string `json:"reason"`
}

type SignRequest

type SignRequest struct {
	Csr        string   `json:"csr" example:"sd"`
	Expiration string   `json:"expiration" example:"24h"`
	Hostnames  []string `json:"hostnames" example:"localhost"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL