Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { Domains []string ACMEAddress string InsecureSkipVerify bool Email string AccountSinger crypto.Signer CertSinger crypto.Signer DoNewAccount bool DoMakeCert bool // reseults ResultContentType string ResultContentData []byte }
Request 。。。
type RequestV2 ¶
type RequestV2 struct { ServiceURL string DoNewAccount bool DoMakeCert bool DoSkipVerify bool UserEmail string UserSigner crypto.Signer DomainName string DomainSigner crypto.Signer }
RequestV2 ...
func (*RequestV2) PrepareForProduction ¶
PrepareForProduction ...
func (*RequestV2) PrepareForTest ¶
PrepareForTest ...
type ResponseV2 ¶
type ResponseV2 struct {
acme.Certificate
}
ResponseV2 ...
func (*ResponseV2) ToX509 ¶
func (inst *ResponseV2) ToX509() ([]*x509.Certificate, error)
ToX509 ...
Click to show internal directories.
Click to hide internal directories.