package
Version:
v0.0.10
Opens a new window with list of versions in this module.
Published: Jul 8, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CertificateResult struct {
Certificate string `json:"certificate"`
}
type OCSP struct {
Certificate string `json:"certificate"`
Status string `json:"status"`
}
type ResponseMessage struct {
Code int `json:"code"`
Message string `json:"message"`
}
type Revocation struct {
Serial string `json:"serial"`
Authority_key_id string `json:"authority_key_id"`
Reason string `json:"reason"`
}
type SignRequest struct {
Csr string `json:"csr" example:"sd"`
Expiration string `json:"expiration" example:"24h"`
Hostnames []string `json:"hostnames" example:"localhost"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.