Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CACertificate ¶
type CACertificate struct {
Certificate
}
func NewTestCACertificate ¶
func NewTestCACertificate(caCertPath, caKeyPath string) (*CACertificate, error)
func (*CACertificate) CreateTestSignedCertificate ¶
func (c *CACertificate) CreateTestSignedCertificate(certPath, keyPath string) (*Certificate, error)
type Certificate ¶
type Certificate struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.