Versions in this module Expand all Collapse all v0 v0.0.2 Oct 19, 2018 Changes in this version + func CreateCert(outpath, keypath, caKeyPath, caCertPath, keypassword string) error + func CreateCertInMemory(caKeyPath, caCertPath, caKeyPassword string, ips []net.IP, hostnames []string) ([]byte, []byte, error) + func GetIps() ([]net.IP, error)