Versions in this module Expand all Collapse all v0 v0.1.1 Apr 11, 2023 v0.1.0 Mar 27, 2023 Changes in this version + type CertPair struct + Cert *x509.Certificate + Key crypto.Signer + func (k CertPair) AsBytes() (cert []byte, key []byte, err error) + func (k CertPair) CertBytes() []byte + type ClientInfo struct + Groups []string + Name string + type TinyCA struct + CA CertPair + func NewTinyCA() (*TinyCA, error) + func (c *TinyCA) NewClientCert(user ClientInfo) (CertPair, error) + func (c *TinyCA) NewServingCert(names []string, additionalDNSNames []string) (CertPair, error)