Versions in this module Expand all Collapse all v0 v0.3.0 Aug 3, 2026 Changes in this version + func Normalize(raw string, allowWildcard bool) (string, error) + func NormalizeAll(raw []string, allowWildcard bool) ([]string, error) + func ReadACMEIndex(cacheDir string) ([]byte, error) + func ReadMetadata(cacheDir string) ([]byte, error) + func ReadPair(cacheDir string, namespace Namespace, domain string) ([]byte, []byte, error) + func RemovePair(cacheDir string, namespace Namespace, domain string) error + func WriteACMEIndex(cacheDir string, data []byte) error + func WriteMetadata(cacheDir string, data []byte) error + func WritePair(cacheDir string, namespace Namespace, domain string, certPEM, keyPEM []byte) error + type Namespace uint8 + const ACME + const Manual v0.2.0-rc.6 Jul 27, 2026