package
0.4.0
Repository: https://github.com/puppetlabs/go-libs.git
Documentation: pkg.go.dev

# Functions

GenerateCA will generate a new CA key/cert pair.
GenerateSignedCert will generate a new signed certificate signed by the input CA key/cert pair with one of multiple hostnames and with the given CN.

# Structs

KeyPair stores a PEM encoded certificate and a PEM encoded RSA private key.

# Type aliases

HostNames contains the list of hosts the cert will be generated for.