Versions in this module Expand all Collapse all v0 v0.0.2 Dec 7, 2024 v0.0.1 Nov 25, 2024 Changes in this version + func CertTemplate(notBefore, notAfter time.Time, opts ...templateOption) (*x509.Certificate, error) + func CreateCert(template, parent *x509.Certificate, pub interface{}, parentPriv interface{}) (cert *x509.Certificate, certPEM []byte, err error) + func NewTLSCredentials(notBefore, notAfter time.Time, opts ...templateOption) ([]byte, []byte, []byte, []byte, []byte) + func WithAliasDNSNames(aliasDNSNames ...string) aliasDNSNamesOption + func WithAliasIPs(aliasIPs ...string) aliasIPsOption + func WithOrganizations(organizations ...string) organizationOption + type Option struct