Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseCertificate ¶
func ParseCertificate(certFile string) (*x509.Certificate, error)
Types ¶
type CertificateAndKey ¶
type CertificateAndKey struct { Certificate *x509.Certificate PrivateKey crypto.Signer }
Click to show internal directories.
Click to hide internal directories.