cert

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2015 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BootstrapCertificates

func BootstrapCertificates(authOptions *auth.AuthOptions) error

func GenerateCACertificate

func GenerateCACertificate(certFile, keyFile, org string, bits int) error

func GenerateCert

func GenerateCert(hosts []string, certFile, keyFile, caFile, caKeyFile, org string, bits int) error

func SetCertGenerator

func SetCertGenerator(cg CertGenerator)

func ValidateCertificate

func ValidateCertificate(addr string, authOptions *auth.AuthOptions) (bool, error)

Types

type CertGenerator

type CertGenerator interface {
	GenerateCACertificate(certFile, keyFile, org string, bits int) error
	GenerateCert(hosts []string, certFile, keyFile, caFile, caKeyFile, org string, bits int) error
	ValidateCertificate(addr string, authOptions *auth.AuthOptions) (bool, error)
}

func NewX509CertGenerator

func NewX509CertGenerator() CertGenerator

type CertPathInfo

type CertPathInfo struct {
	CaCertPath       string
	CaPrivateKeyPath string
	ClientCertPath   string
	ClientKeyPath    string
	ServerCertPath   string
	ServerKeyPath    string
}

type X509CertGenerator

type X509CertGenerator struct{}

func (*X509CertGenerator) GenerateCACertificate

func (xcg *X509CertGenerator) GenerateCACertificate(certFile, keyFile, org string, bits int) error

GenerateCACertificate generates a new certificate authority from the specified org and bit size and stores the resulting certificate and key file in the arguments.

func (*X509CertGenerator) GenerateCert

func (xcg *X509CertGenerator) GenerateCert(hosts []string, certFile, keyFile, caFile, caKeyFile, org string, bits int) error

GenerateCert generates a new certificate signed using the provided certificate authority files and stores the result in the certificate file and key provided. The provided host names are set to the appropriate certificate fields.

func (*X509CertGenerator) ValidateCertificate

func (xcg *X509CertGenerator) ValidateCertificate(addr string, authOptions *auth.AuthOptions) (bool, error)

ValidateCertificate validate the certificate installed on the vm.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL