Versions in this module Expand all Collapse all v1 v1.0.0 Dec 15, 2025 Changes in this version + func GenerateKeys(opts GenerateOptions) ([]byte, []byte, error) + func Server(port string, opts GenerateOptions) (*http.Server, error) + type GenerateOptions struct + ECDSACurve string + ED25519Key bool + Host string + IsCA bool + RSABits int + ValidFor time.Duration + ValidFrom string