Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CASignedCert ¶
CASignedCert returns all the ca signed certificate
type Req ¶
type Req struct {
// contains filtered or unexported fields
}
Req Respresent a new CSR Request.
func (Req) SignCertificate ¶
func (r Req) SignCertificate(authority ca.Authority) CASignedCert
SignCertificate sign the certificate with the passed ca.Authority
Click to show internal directories.
Click to hide internal directories.