Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bundle ¶
type Bundle struct { Name string Key *rsa.PrivateKey Cert *x509.Certificate }
Bundle represents a pair of private key and certificate.
func RawToBundle ¶
RawToBundle creates a bundle from the name and bytes given for a private key and a certificate.
Click to show internal directories.
Click to hide internal directories.