Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeCert ¶
func DecodeCert(encodedCert string) (*certmanager.Certificate, error)
DecodeCert deserializes an encoded certificate into a *certmanager.Certificate. The encoded certificate should be the output of EncodeCert.
func EncodeCert ¶
func EncodeCert(cert *certmanager.Certificate) (string, error)
EncodeCert serialized a certificiate into Base64-encoded DERs, and supports certificate chains. The output is expected be passed back to DecodeCert
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.