Versions in this module Expand all Collapse all v0 v0.0.3 Nov 23, 2022 v0.0.1 Nov 23, 2022 Changes in this version + func CertToPEMBase64(der []byte) string + func GetOrCreateX509KeyPair(opts CertificateOptions) (*tls.Certificate, error) + func LoadX509KeyPair(certPath, keyPath string) (*tls.Certificate, error) + type CertificateOptions struct + Address string + CertPath string + Hostname string + KeyPath string + Lifetime time.Duration