Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificate ¶
Source: https://github.com/Masterminds/sprig/blob/master/crypto.go
func GenerateSignedCertificate ¶
func GenerateSignedCertificate( cn string, ips []interface{}, alternateDNS []string, daysValid int, ca Certificate, ) (Certificate, error)
type DSAKeyFormat ¶
DSAKeyFormat stores the format for DSA keys. Used by pemBlockForKey
Click to show internal directories.
Click to hide internal directories.