Versions in this module Expand all Collapse all v0 v0.0.1 Jul 2, 2024 Changes in this version + func GenerateCertificateRequest(keySize int, commonName string, organization []string) ([]byte, []byte, error) + func GenerateDefaultSelfSignedCertificateLocally() (string, string, error) + func GenerateSelfSignedCertificate(keySize int, ca *x509.Certificate) ([]byte, []byte, error) + func NewCA(commonName string, organization []string) *x509.Certificate