Versions in this module Expand all Collapse all v2 v2.0.1 Aug 16, 2024 v2.0.0 Aug 9, 2024 Changes in this version + type Manager struct + func NewManager(ca *x509.Certificate, cakey any, name *pkix.Name, keyType certutil.KeyType, ...) *Manager + func (m *Manager) Create(client, server bool, uris []string, ips []net.IP, dns []string, ...) (cert []byte, key []byte, err error) + func (m *Manager) GetCAPEM() string