package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Dec 27, 2023
License: MIT
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 CreateCertificationStructure struct {
Domains string `json:"certificate_domains"`
Csr string `json:"certificate_csr"`
ValidityDays uint16 `json:"certificate_validity_days"`
}
type RevokeCertificateStructure struct {
Reason string `json:"reason"`
}
type VerifyDomainStructure struct {
ValidationMethod string `json:"validation_method"`
VerificationEmail string `json:"verification_email"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.