Versions in this module Expand all Collapse all v1 v1.3.2 May 31, 2019 Changes in this version + func ExampleRequest() *csr.CertificateRequest + func ExampleSigningConfig() *config.Signing + func Load(lca *CA, profiles *config.Signing) (err error) + type CA struct + CertFile string + KeyFile string + Label string + Profile string + func New(req *csr.CertificateRequest, profiles *config.Signing) (*CA, error) + func NewFromSigner(s *local.Signer) *CA + func (lca *CA) CACertificate() ([]byte, error) + func (lca *CA) SignCSR(csrPEM []byte) ([]byte, error) + func (lca *CA) Toggle()