Versions in this module Expand all Collapse all v1 v1.4.1 Jan 23, 2019 Changes in this version + func FileDoesNotExist(file string) bool + func GenerateCA(signer crypto.Signer, sn *big.Int, days int, constraints []string) (string, error) + func GenerateCert(signer crypto.Signer, ca string, sn *big.Int, name string, days int, ...) (string, string, error) + func GeneratePrivateKey() (crypto.Signer, string, error) + func GenerateSerialNumber() (*big.Int, error) + func New() *cmd + func ParseSigner(pemValue string) (crypto.Signer, error) + func Verify(caString, certString, dns string) error