Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CA ¶
type CA struct { Certificate *x509.Certificate CertPEM []byte Key *rsa.PrivateKey KeyPEM []byte Pool *x509.CertPool }
type Cert ¶
type Cert struct { Certificate *x509.Certificate CertPEM []byte Key *rsa.PrivateKey KeyPEM []byte TLSCert tls.Certificate }
Click to show internal directories.
Click to hide internal directories.